#AA159B

Color #AA159B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AA159B

Tints of Dark Magenta #AA159B

Color information

#AA159B (or 0xAA159B) is unknown color: approx Dark Magenta. HEX triplet: AA, 15 and 9B. RGB value is (170,21,155). Sum of RGB (Red+Green+Blue) = 170+21+155=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA159B is #55EA64. Grayscale: #505050. Windows color (decimal): -5630565 or 10163626. OLE color: 10163626.

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

Color convert

RGB17021155-
CMYK00.880.090.33
HSL306.04º78.01%37.45%-
HSV(B)306.04º87.65%66.67%-
XYZ22.7611.4532.02-
YUV80.83169.86191.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 21 (8.59% from 255) = 6.07%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=49.13%
G=6.07%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702115500.880.090.33306.0478.0137.45
HexAA159B0589211324e25
Octal252252330130114146211645
Binary1010101010101100110110101100010011000011001100101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA159B; }

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

 H1.HeaderClassName
 {
   color: #AA159B;
 }
 .AnyTagClassName
 {
   color: #AA159B;
 }
</style>
background-color css

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

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

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

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

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

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