Html Css Color HEX #AA04A8 Dark Magenta

📋 copy color: '#AA04A8'

red 170 ◦ green 4 ◦ blue 168

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

Shades of Dark Magenta #AA04A8

Tints of Dark Magenta #AA04A8

RGB

 RED value IS 170 (66.8% from 255) = 49.71%

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 49.71%
G = 1.17%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA04A8 (or 0xAA04A8) is known color: Dark Magenta. HEX triplet: AA, 04 and A8. RGB value is (170,4,168). Sum of RGB (Red+Green+Blue) = 170+4+168=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA04A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04A8 is #55FB57. Grayscale: #474747. Windows color (decimal): -5634904 or 11011242. OLE color: 11011242.

HSL color Cylindrical-coordinate representation of color #AA04A8: hue angle of 300.72º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04A8 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 168 -
CMYK 0 0.98 0.01 0.33
HSL 300.72º 0.95% 0.34% -
HSV(B) 300.72º 0.98% 0.67% -
XYZ 23.69 11.46 38.01 -
YUV 72.33 182 197.66 -
System Red Green Blue C M Y K H S L
Decimal 170 4 168 0 0.98 0.01 0.33 300.72 0.95 0.34
Hex AA 4 A8 0 62 1 21 12D 5F 22
Octal 252 4 250 0 142 1 41 455 137 42
Binary 10101010 100 10101000 0 1100010 1 100001 100101101 1011111 100010

Color Harmonies of #AA04A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04A8

Black with #AA04A8

Text Example


Text Example

White with #AA04A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04A8; }

 p { color: rgb(170,4,168); }

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

background-color css

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

 a { background-color: rgb(170,4,168); }

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

border-color css

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

 span { border-color: rgb(170,4,168); }

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