#AF11A9

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

Shades of Deep Magenta #AF11A9

Tints of Deep Magenta #AF11A9

Color information

#AF11A9 (or 0xAF11A9) is unknown color: approx Deep Magenta. HEX triplet: AF, 11 and A9. RGB value is (175,17,169). Sum of RGB (Red+Green+Blue) = 175+17+169=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF11A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF11A9 is #50EE56. Grayscale: #515151. Windows color (decimal): -5303895 or 11080111. OLE color: 11080111.

HSL color Cylindrical-coordinate representation of color #AF11A9: hue angle of 302.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF11A9 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17517169-
CMYK00.900.030.31
HSL302.28º82.29%37.65%-
HSV(B)302.28º90.29%68.63%-
XYZ25.0412.3838.61-
YUV81.57177.35194.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 17 (7.03% from 255) = 4.71%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=48.48%
G=4.71%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751716900.900.030.31302.2882.2937.65
HexAF11A905A31F12e5226
Octal25721251013233745612246
Binary1010111110001101010010101101011111111001011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF11A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF11A9; }

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

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

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

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

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

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

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

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