Html Css Color HEX #AF0CAA Deep Magenta

📋 copy color: '#AF0CAA'

red 175 ◦ green 12 ◦ blue 170

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

Shades of Deep Magenta #AF0CAA

Tints of Deep Magenta #AF0CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.36%

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

R = 49.02%
G = 3.36%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF0CAA (or 0xAF0CAA) is known color: Deep Magenta. HEX triplet: AF, 0C and AA. RGB value is (175,12,170). Sum of RGB (Red+Green+Blue) = 175+12+170=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0CAA is #50F355. Grayscale: #4E4E4E. Windows color (decimal): -5305174 or 11144367. OLE color: 11144367.

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

Color convert

RGB 175 12 170 -
CMYK 0 0.93 0.03 0.31
HSL 301.84º 0.87% 0.37% -
HSV(B) 301.84º 0.93% 0.69% -
XYZ 25.07 12.28 39.08 -
YUV 78.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 175 12 170 0 0.93 0.03 0.31 301.84 0.87 0.37
Hex AF C AA 0 5D 3 1F 12E 57 25
Octal 257 14 252 0 135 3 37 456 127 45
Binary 10101111 1100 10101010 0 1011101 11 11111 100101110 1010111 100101

Color Harmonies of #AF0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CAA

Black with #AF0CAA

Text Example


Text Example

White with #AF0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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