Html Css Color HEX #AA04AA Dark Magenta

📋 copy color: '#AA04AA'

red 170 ◦ green 4 ◦ blue 170

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

Shades of Dark Magenta #AA04AA

Tints of Dark Magenta #AA04AA

RGB

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

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

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

R = 49.42%
G = 1.16%
B = 49.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA04AA (or 0xAA04AA) is known color: Dark Magenta. HEX triplet: AA, 04 and AA. RGB value is (170,4,170). Sum of RGB (Red+Green+Blue) = 170+4+170=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA04AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04AA is #55FB55. Grayscale: #484848. Windows color (decimal): -5634902 or 11142314. OLE color: 11142314.

HSL color Cylindrical-coordinate representation of color #AA04AA: hue angle of 300º 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 #AA04AA is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 4 170 -
CMYK 0 0.98 0 0.33
HSL 300º 0.95% 0.34% -
HSV(B) 300º 0.98% 0.67% -
XYZ 23.88 11.54 39 -
YUV 72.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 170 4 170 0 0.98 0 0.33 300 0.95 0.34
Hex AA 4 AA 0 62 0 21 12C 5F 22
Octal 252 4 252 0 142 0 41 454 137 42
Binary 10101010 100 10101010 0 1100010 0 100001 100101100 1011111 100010

Color Harmonies of #AA04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04AA

Black with #AA04AA

Text Example


Text Example

White with #AA04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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