Html Css Color HEX #AF0AA8 Deep Magenta

📋 copy color: '#AF0AA8'

red 175 ◦ green 10 ◦ blue 168

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

Shades of Deep Magenta #AF0AA8

Tints of Deep Magenta #AF0AA8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.83%

 BLUE value IS 168 (66.02% from 255) = 47.59%

R = 49.58%
G = 2.83%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF0AA8 (or 0xAF0AA8) is known color: Deep Magenta. HEX triplet: AF, 0A and A8. RGB value is (175,10,168). Sum of RGB (Red+Green+Blue) = 175+10+168=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0AA8 is #50F557. Grayscale: #4C4C4C. Windows color (decimal): -5305688 or 11012783. OLE color: 11012783.

HSL color Cylindrical-coordinate representation of color #AF0AA8: hue angle of 302.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0AA8 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 10 168 -
CMYK 0 0.94 0.04 0.31
HSL 302.55º 0.89% 0.36% -
HSV(B) 302.55º 0.94% 0.69% -
XYZ 24.86 12.16 38.08 -
YUV 77.35 179.16 197.65 -
System Red Green Blue C M Y K H S L
Decimal 175 10 168 0 0.94 0.04 0.31 302.55 0.89 0.36
Hex AF A A8 0 5E 4 1F 12F 59 24
Octal 257 12 250 0 136 4 37 457 131 44
Binary 10101111 1010 10101000 0 1011110 100 11111 100101111 1011001 100100

Color Harmonies of #AF0AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0AA8

Black with #AF0AA8

Text Example


Text Example

White with #AF0AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0AA8; }

 p { color: rgb(175,10,168); }

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

background-color css

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

 a { background-color: rgb(175,10,168); }

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

border-color css

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

 span { border-color: rgb(175,10,168); }

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