Html Css Color HEX #AA15A8 Dark Magenta

📋 copy color: '#AA15A8'

red 170 ◦ green 21 ◦ blue 168

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

Shades of Dark Magenta #AA15A8

Tints of Dark Magenta #AA15A8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

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

R = 47.35%
G = 5.85%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA15A8 (or 0xAA15A8) is known color: Dark Magenta. HEX triplet: AA, 15 and A8. RGB value is (170,21,168). Sum of RGB (Red+Green+Blue) = 170+21+168=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA15A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA15A8 is #55EA57. Grayscale: #515151. Windows color (decimal): -5630552 or 11015594. OLE color: 11015594.

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

Color convert

RGB 170 21 168 -
CMYK 0 0.88 0.01 0.33
HSL 300.81º 0.78% 0.37% -
HSV(B) 300.81º 0.88% 0.67% -
XYZ 23.91 11.91 38.08 -
YUV 82.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 170 21 168 0 0.88 0.01 0.33 300.81 0.78 0.37
Hex AA 15 A8 0 58 1 21 12D 4E 25
Octal 252 25 250 0 130 1 41 455 116 45
Binary 10101010 10101 10101000 0 1011000 1 100001 100101101 1001110 100101

Color Harmonies of #AA15A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15A8

Black with #AA15A8

Text Example


Text Example

White with #AA15A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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