#AA0EA4

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

Shades of Dark Magenta #AA0EA4

Tints of Dark Magenta #AA0EA4

Color information

#AA0EA4 (or 0xAA0EA4) is unknown color: approx Dark Magenta. HEX triplet: AA, 0E and A4. RGB value is (170,14,164). Sum of RGB (Red+Green+Blue) = 170+14+164=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 164 (64.45% from 255 or 47.13% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0EA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0EA4 is #55F15B. Grayscale: #4D4D4D. Windows color (decimal): -5632348 or 10751658. OLE color: 10751658.

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

Color convert

RGB17014164-
CMYK00.920.040.33
HSL302.31º84.78%36.08%-
HSV(B)302.31º91.76%66.67%-
XYZ23.4411.5436.11-
YUV77.74176.68193.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 14 (5.86% from 255) = 4.02%
BLUE value IS 164 (64.45% from 255) = 47.13%
R=48.85%
G=4.02%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701416400.920.040.33302.3184.7836.08
HexAAEA405C42112e5524
Octal25216244013444145612544
Binary10101010111010100100010111001001000011001011101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0EA4; }

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

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

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

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

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

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

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

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