#AA01A6

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

Shades of Dark Magenta #AA01A6

Tints of Dark Magenta #AA01A6

Color information

#AA01A6 (or 0xAA01A6) is unknown color: approx Dark Magenta. HEX triplet: AA, 01 and A6. RGB value is (170,1,166). Sum of RGB (Red+Green+Blue) = 170+1+166=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA01A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01A6 is #55FE59. Grayscale: #454545. Windows color (decimal): -5635674 or 10879402. OLE color: 10879402.

HSL color Cylindrical-coordinate representation of color #AA01A6: hue angle of 301.42º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01A6 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB1701166-
CMYK00.990.020.33
HSL301.42º98.83%33.53%-
HSV(B)301.42º99.41%66.67%-
XYZ23.4711.3237.02-
YUV70.34181.99199.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 166 (65.23% from 255) = 49.26%
R=50.45%
G=0.30%
B=49.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170116600.990.020.33301.4298.8333.53
HexAA1A606322112d6322
Octal2521246014324145514342
Binary1010101011010011001100011101000011001011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA01A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA01A6; }

 p { color: rgb(170,1,166); }

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

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

 a { background-color: rgb(170,1,166); }

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

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

 span { border-color: rgb(170,1,166); }

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