Html Css Color HEX #AA159A Dark Magenta

📋 copy color: '#AA159A'

red 170 ◦ green 21 ◦ blue 154

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

Shades of Dark Magenta #AA159A

Tints of Dark Magenta #AA159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.64%

R = 49.28%
G = 6.09%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA159A (or 0xAA159A) is known color: Dark Magenta. HEX triplet: AA, 15 and 9A. RGB value is (170,21,154). Sum of RGB (Red+Green+Blue) = 170+21+154=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA159A is #55EA65. Grayscale: #505050. Windows color (decimal): -5630566 or 10098090. OLE color: 10098090.

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

Color convert

RGB 170 21 154 -
CMYK 0 0.88 0.09 0.33
HSL 306.44º 0.78% 0.37% -
HSV(B) 306.44º 0.88% 0.67% -
XYZ 22.68 11.42 31.58 -
YUV 80.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 170 21 154 0 0.88 0.09 0.33 306.44 0.78 0.37
Hex AA 15 9A 0 58 9 21 132 4E 25
Octal 252 25 232 0 130 11 41 462 116 45
Binary 10101010 10101 10011010 0 1011000 1001 100001 100110010 1001110 100101

Color Harmonies of #AA159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA159A

Black with #AA159A

Text Example


Text Example

White with #AA159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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