#AA0088

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

Shades of Dark Magenta #AA0088

Tints of Dark Magenta #AA0088

Color information

#AA0088 (or 0xAA0088) is unknown color: approx Dark Magenta. HEX triplet: AA, 00 and 88. RGB value is (170,0,136). Sum of RGB (Red+Green+Blue) = 170+0+136=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0088 is #55FF77. Grayscale: #414141. Windows color (decimal): -5635960 or 8913066. OLE color: 8913066.

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

Color convert

RGB1700136-
CMYK010.200.33
HSL312º100%33.33%-
HSV(B)312º100%66.67%-
XYZ21.0210.3224.18-
YUV66.33167.32201.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=55.56%
G=0%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700136010.200.3331210033.33
HexAA08806414211386421
Octal25202100144244147014441
Binary1010101001000100001100100101001000011001110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0088; }

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

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

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

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

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

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

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

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