Html Css Color HEX #AF0EA9 Deep Magenta

📋 copy color: '#AF0EA9'

red 175 ◦ green 14 ◦ blue 169

#AF0EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #AF0EA9

Tints of Deep Magenta #AF0EA9

RGB

 RED value IS 175 (68.75% from 255) = 48.88%

 GREEN value IS 14 (5.86% from 255) = 3.91%

 BLUE value IS 169 (66.41% from 255) = 47.21%

R = 48.88%
G = 3.91%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF0EA9 (or 0xAF0EA9) is known color: Deep Magenta. HEX triplet: AF, 0E and A9. RGB value is (175,14,169). Sum of RGB (Red+Green+Blue) = 175+14+169=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0EA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0EA9 is #50F156. Grayscale: #4F4F4F. Windows color (decimal): -5304663 or 11079343. OLE color: 11079343.

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

Color convert

RGB 175 14 169 -
CMYK 0 0.92 0.03 0.31
HSL 302.24º 0.85% 0.37% -
HSV(B) 302.24º 0.92% 0.69% -
XYZ 25 12.29 38.59 -
YUV 79.81 178.34 195.9 -
System Red Green Blue C M Y K H S L
Decimal 175 14 169 0 0.92 0.03 0.31 302.24 0.85 0.37
Hex AF E A9 0 5C 3 1F 12E 55 25
Octal 257 16 251 0 134 3 37 456 125 45
Binary 10101111 1110 10101001 0 1011100 11 11111 100101110 1010101 100101

Color Harmonies of #AF0EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EA9

Black with #AF0EA9

Text Example


Text Example

White with #AF0EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EA9; }

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

 H1.HeaderClassName
 {
   color: #AF0EA9;
 }
 .AnyTagClassName
 {
   color: #AF0EA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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