#af0ca9

Color #AF0CA9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AF0CA9

Tints of Deep Magenta #AF0CA9

Color information

#AF0CA9 (or 0xAF0CA9) is unknown color: approx Deep Magenta. HEX triplet: AF, 0C and A9. RGB value is (175,12,169). Sum of RGB (Red+Green+Blue) = 175+12+169=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0CA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0CA9 is #50F356. Grayscale: #4E4E4E. Windows color (decimal): -5305175 or 11078831. OLE color: 11078831.

HSL color Cylindrical-coordinate representation of color #AF0CA9: hue angle of 302.21º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0CA9 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17512169-
CMYK00.930.030.31
HSL302.21º87.17%36.67%-
HSV(B)302.21º93.14%68.63%-
XYZ24.9712.2438.58-
YUV78.63179196.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 12 (5.08% from 255) = 3.37%
BLUE value IS 169 (66.41% from 255) = 47.47%
R=49.16%
G=3.37%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751216900.930.030.31302.2187.1736.67
HexAFCA905D31F12e5725
Octal25714251013533745612745
Binary101011111100101010010101110111111111001011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0ca9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0ca9; }

 p { color: rgb(175,12,169); }

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

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

 a { background-color: rgb(175,12,169); }

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

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

 span { border-color: rgb(175,12,169); }

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