#AA12AA

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

Shades of Dark Magenta #AA12AA

Tints of Dark Magenta #AA12AA

Color information

#AA12AA (or 0xAA12AA) is unknown color: approx Dark Magenta. HEX triplet: AA, 12 and AA. RGB value is (170,18,170). Sum of RGB (Red+Green+Blue) = 170+18+170=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA12AA is #55ED55. Grayscale: #505050. Windows color (decimal): -5631318 or 11145898. OLE color: 11145898.

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

Color convert

RGB17018170-
CMYK00.8900.33
HSL300º80.85%36.86%-
HSV(B)300º89.41%66.67%-
XYZ24.0511.8839.06-
YUV80.78178.36191.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=47.49%
G=5.03%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701817000.8900.3330080.8536.86
HexAA12AA05902112c5125
Octal25222252013104145412145
Binary1010101010010101010100101100101000011001011001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA12AA; }

 p { color: rgb(170,18,170); }

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

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

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

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

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

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

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