#aa00a8

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

Shades of Dark Magenta #AA00A8

Tints of Dark Magenta #AA00A8

Color information

#AA00A8 (or 0xAA00A8) is unknown color: approx Dark Magenta. HEX triplet: AA, 00 and A8. RGB value is (170,0,168). Sum of RGB (Red+Green+Blue) = 170+0+168=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 168 (66.02% from 255 or 49.70% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA00A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00A8 is #55FF57. Grayscale: #454545. Windows color (decimal): -5635928 or 11010218. OLE color: 11010218.

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

Color convert

RGB1700168-
CMYK010.010.33
HSL300.71º100%33.33%-
HSV(B)300.71º100%66.67%-
XYZ23.6511.3737.99-
YUV69.98183.32199.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 168 (66.02% from 255) = 49.70%
R=50.30%
G=0%
B=49.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700168010.010.33300.7110033.33
HexAA0A806412112d6421
Octal2520250014414145514441
Binary101010100101010000110010011000011001011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa00a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa00a8; }

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

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

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

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

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

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

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

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