#AF1CA5

Color #AF1CA5 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AF1CA5

Tints of Medium Violet Red #AF1CA5

Color information

#AF1CA5 (or 0xAF1CA5) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1C and A5. RGB value is (175,28,165). Sum of RGB (Red+Green+Blue) = 175+28+165=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1CA5 is #50E35A. Grayscale: #575757. Windows color (decimal): -5301083 or 10820783. OLE color: 10820783.

HSL color Cylindrical-coordinate representation of color #AF1CA5: hue angle of 304.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1CA5 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17528165-
CMYK00.840.060.31
HSL304.08º72.41%39.8%-
HSV(B)304.08º84%68.63%-
XYZ24.8912.6636.73-
YUV87.57171.7190.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 28 (11.33% from 255) = 7.61%
BLUE value IS 165 (64.84% from 255) = 44.84%
R=47.55%
G=7.61%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752816500.840.060.31304.0872.4139.8
HexAF1CA505461F1304828
Octal25734245012463746011050
Binary10101111111001010010101010100110111111001100001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1CA5; }

 p { color: rgb(175,28,165); }

 H1.HeaderClassName
 {
   color: #AF1CA5;
 }
 .AnyTagClassName
 {
   color: #AF1CA5;
 }
</style>
background-color css

<style>
 a { background-color: #AF1CA5; }

 a { background-color: rgb(175,28,165); }

 div.DivClassName
 {
   background-color: #AF1CA5;
 }
 .BgClassName
 {
   background-color: #AF1CA5;
 }
</style>
border-color css

<style>
 span { border-color: #AF1CA5; }

 span { border-color: rgb(175,28,165); }

 td.TdClassName
 {
   border-color: #AF1CA5;
 }
 .TagClassName
 {
   border-color: #AF1CA5;
 }
</style>