#A00EA9

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

Shades of Dark Magenta #A00EA9

Tints of Dark Magenta #A00EA9

Color information

#A00EA9 (or 0xA00EA9) is unknown color: approx Dark Magenta. HEX triplet: A0, 0E and A9. RGB value is (160,14,169). Sum of RGB (Red+Green+Blue) = 160+14+169=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 169 (66.41% from 255 or 49.27% from 343); Max value from RGB is 169 - color contains mainly: blue. Hex color #A00EA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EA9 is #5FF156. Grayscale: #4A4A4A. Windows color (decimal): -6287703 or 11079328. OLE color: 11079328.

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

Color convert

RGB16014169-
CMYK0.050.9200.34
HSL296.52º84.7%35.88%-
HSV(B)296.52º91.72%66.27%-
XYZ21.8210.6538.44-
YUV75.32180.87188.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 14 (5.86% from 255) = 4.08%
BLUE value IS 169 (66.41% from 255) = 49.27%
R=46.65%
G=4.08%
B=49.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160141690.050.9200.34296.5284.735.88
HexA0EA955C0221295524
Octal24016251513404245112544
Binary10100000111010101001101101110001000101001010011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00EA9; }

 p { color: rgb(160,14,169); }

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

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

 a { background-color: rgb(160,14,169); }

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

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

 span { border-color: rgb(160,14,169); }

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