#AA0EA2

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

Shades of Dark Magenta #AA0EA2

Tints of Dark Magenta #AA0EA2

Color information

#AA0EA2 (or 0xAA0EA2) is unknown color: approx Dark Magenta. HEX triplet: AA, 0E and A2. RGB value is (170,14,162). Sum of RGB (Red+Green+Blue) = 170+14+162=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0EA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0EA2 is #55F15D. Grayscale: #4D4D4D. Windows color (decimal): -5632350 or 10620586. OLE color: 10620586.

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

Color convert

RGB17014162-
CMYK00.920.050.33
HSL303.08º84.78%36.08%-
HSV(B)303.08º91.76%66.67%-
XYZ23.2611.4735.17-
YUV77.52175.68193.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 14 (5.86% from 255) = 4.05%
BLUE value IS 162 (63.67% from 255) = 46.82%
R=49.13%
G=4.05%
B=46.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701416200.920.050.33303.0884.7836.08
HexAAEA205C52112f5524
Octal25216242013454145712544
Binary10101010111010100010010111001011000011001011111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0EA2; }

 p { color: rgb(170,14,162); }

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

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

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

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

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

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

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