#AA01A8

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

Shades of Dark Magenta #AA01A8

Tints of Dark Magenta #AA01A8

Color information

#AA01A8 (or 0xAA01A8) is unknown color: approx Dark Magenta. HEX triplet: AA, 01 and A8. RGB value is (170,1,168). Sum of RGB (Red+Green+Blue) = 170+1+168=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA01A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01A8 is #55FE57. Grayscale: #464646. Windows color (decimal): -5635672 or 11010474. OLE color: 11010474.

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

Color convert

RGB1701168-
CMYK00.990.010.33
HSL300.71º98.83%33.53%-
HSV(B)300.71º99.41%66.67%-
XYZ23.6611.3938-
YUV70.57182.99198.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 168 (66.02% from 255) = 49.56%
R=50.15%
G=0.29%
B=49.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170116800.990.010.33300.7198.8333.53
HexAA1A806312112d6322
Octal2521250014314145514342
Binary101010101101010000110001111000011001011011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA01A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA01A8; }

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

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

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

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

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

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

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

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