#AA159C

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

Shades of Dark Magenta #AA159C

Tints of Dark Magenta #AA159C

Color information

#AA159C (or 0xAA159C) is unknown color: approx Dark Magenta. HEX triplet: AA, 15 and 9C. RGB value is (170,21,156). Sum of RGB (Red+Green+Blue) = 170+21+156=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA159C is #55EA63. Grayscale: #505050. Windows color (decimal): -5630564 or 10229162. OLE color: 10229162.

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

Color convert

RGB17021156-
CMYK00.880.080.33
HSL305.64º78.01%37.45%-
HSV(B)305.64º87.65%66.67%-
XYZ22.8511.4832.46-
YUV80.94170.36191.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 21 (8.59% from 255) = 6.05%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=48.99%
G=6.05%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702115600.880.080.33305.6478.0137.45
HexAA159C0588211324e25
Octal252252340130104146211645
Binary1010101010101100111000101100010001000011001100101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA159C; }

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

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

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

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

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

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

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

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