Html Css Color HEX #AA159E Dark Magenta

📋 copy color: '#AA159E'

red 170 ◦ green 21 ◦ blue 158

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

Shades of Dark Magenta #AA159E

Tints of Dark Magenta #AA159E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 48.71%
G = 6.02%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA159E (or 0xAA159E) is known color: Dark Magenta. HEX triplet: AA, 15 and 9E. RGB value is (170,21,158). Sum of RGB (Red+Green+Blue) = 170+21+158=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA159E is #55EA61. Grayscale: #505050. Windows color (decimal): -5630562 or 10360234. OLE color: 10360234.

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

Color convert

RGB 170 21 158 -
CMYK 0 0.88 0.07 0.33
HSL 304.83º 0.78% 0.37% -
HSV(B) 304.83º 0.88% 0.67% -
XYZ 23.02 11.55 33.36 -
YUV 81.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 170 21 158 0 0.88 0.07 0.33 304.83 0.78 0.37
Hex AA 15 9E 0 58 7 21 131 4E 25
Octal 252 25 236 0 130 7 41 461 116 45
Binary 10101010 10101 10011110 0 1011000 111 100001 100110001 1001110 100101

Color Harmonies of #AA159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA159E

Black with #AA159E

Text Example


Text Example

White with #AA159E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA159E; }

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

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

background-color css

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

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

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

border-color css

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

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

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