Html Css Color HEX #AF0EAA Deep Magenta

📋 copy color: '#AF0EAA'

red 175 ◦ green 14 ◦ blue 170

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

Shades of Deep Magenta #AF0EAA

Tints of Deep Magenta #AF0EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.35%

R = 48.75%
G = 3.9%
B = 47.35%

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

#AF0EAA (or 0xAF0EAA) is known color: Deep Magenta. HEX triplet: AF, 0E and AA. RGB value is (175,14,170). Sum of RGB (Red+Green+Blue) = 175+14+170=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0EAA is #50F155. Grayscale: #4F4F4F. Windows color (decimal): -5304662 or 11144879. OLE color: 11144879.

HSL color Cylindrical-coordinate representation of color #AF0EAA: hue angle of 301.86º 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 #AF0EAA is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 14 170 -
CMYK 0 0.92 0.03 0.31
HSL 301.86º 0.85% 0.37% -
HSV(B) 301.86º 0.92% 0.69% -
XYZ 25.09 12.33 39.09 -
YUV 79.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 175 14 170 0 0.92 0.03 0.31 301.86 0.85 0.37
Hex AF E AA 0 5C 3 1F 12E 55 25
Octal 257 16 252 0 134 3 37 456 125 45
Binary 10101111 1110 10101010 0 1011100 11 11111 100101110 1010101 100101

Color Harmonies of #AF0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EAA

Black with #AF0EAA

Text Example


Text Example

White with #AF0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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