#AA0099

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

Shades of Dark Magenta #AA0099

Tints of Dark Magenta #AA0099

Color information

#AA0099 (or 0xAA0099) is unknown color: approx Dark Magenta. HEX triplet: AA, 00 and 99. RGB value is (170,0,153). Sum of RGB (Red+Green+Blue) = 170+0+153=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0099 is #55FF66. Grayscale: #434343. Windows color (decimal): -5635943 or 10027178. OLE color: 10027178.

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

Color convert

RGB1700153-
CMYK010.10.33
HSL306º100%33.33%-
HSV(B)306º100%66.67%-
XYZ22.3310.8531.05-
YUV68.27175.82200.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=52.63%
G=0%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700153010.10.3330610033.33
HexAA099064A211326421
Octal25202310144124146214441
Binary101010100100110010110010010101000011001100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0099; }

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

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

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

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

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

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

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

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