#AA0896

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

Shades of Dark Magenta #AA0896

Tints of Dark Magenta #AA0896

Color information

#AA0896 (or 0xAA0896) is unknown color: approx Dark Magenta. HEX triplet: AA, 08 and 96. RGB value is (170,8,150). Sum of RGB (Red+Green+Blue) = 170+8+150=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0896 is #55F769. Grayscale: #484848. Windows color (decimal): -5633898 or 9832618. OLE color: 9832618.

HSL color Cylindrical-coordinate representation of color #AA0896: hue angle of 307.41º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0896 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB1708150-
CMYK00.950.120.33
HSL307.41º91.01%34.9%-
HSV(B)307.41º95.29%66.67%-
XYZ22.1710.9229.79-
YUV72.63171.67197.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 8 (3.52% from 255) = 2.44%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=51.83%
G=2.44%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170815000.950.120.33307.4191.0134.9
HexAA89605FC211335b23
Octal252102260137144146313343
Binary101010101000100101100101111111001000011001100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0896; }

 p { color: rgb(170,8,150); }

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

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

 a { background-color: rgb(170,8,150); }

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

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

 span { border-color: rgb(170,8,150); }

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