Html Css Color HEX #AA05A8 Dark Magenta

📋 copy color: '#AA05A8'

red 170 ◦ green 5 ◦ blue 168

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

Shades of Dark Magenta #AA05A8

Tints of Dark Magenta #AA05A8

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

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

R = 49.56%
G = 1.46%
B = 48.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA05A8 (or 0xAA05A8) is known color: Dark Magenta. HEX triplet: AA, 05 and A8. RGB value is (170,5,168). Sum of RGB (Red+Green+Blue) = 170+5+168=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA05A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA05A8 is #55FA57. Grayscale: #484848. Windows color (decimal): -5634648 or 11011498. OLE color: 11011498.

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

Color convert

RGB 170 5 168 -
CMYK 0 0.97 0.01 0.33
HSL 300.73º 0.94% 0.34% -
HSV(B) 300.73º 0.97% 0.67% -
XYZ 23.7 11.48 38.01 -
YUV 72.92 181.66 197.25 -
System Red Green Blue C M Y K H S L
Decimal 170 5 168 0 0.97 0.01 0.33 300.73 0.94 0.34
Hex AA 5 A8 0 61 1 21 12D 5E 22
Octal 252 5 250 0 141 1 41 455 136 42
Binary 10101010 101 10101000 0 1100001 1 100001 100101101 1011110 100010

Color Harmonies of #AA05A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05A8

Black with #AA05A8

Text Example


Text Example

White with #AA05A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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