#A00E89

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

Shades of Dark Magenta #A00E89

Tints of Dark Magenta #A00E89

Color information

#A00E89 (or 0xA00E89) is unknown color: approx Dark Magenta. HEX triplet: A0, 0E and 89. RGB value is (160,14,137). Sum of RGB (Red+Green+Blue) = 160+14+137=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00E89 is #5FF176. Grayscale: #474747. Windows color (decimal): -6287735 or 8982176. OLE color: 8982176.

HSL color Cylindrical-coordinate representation of color #A00E89: hue angle of 309.45º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E89 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16014137-
CMYK00.910.140.37
HSL309.45º83.91%34.12%-
HSV(B)309.45º91.25%62.75%-
XYZ19.179.5924.51-
YUV71.68164.87191-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 14 (5.86% from 255) = 4.50%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=51.45%
G=4.50%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601413700.910.140.37309.4583.9134.12
HexA0E8905BE251355422
Octal240162110133164546512442
Binary101000001110100010010101101111101001011001101011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00E89; }

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

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

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

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

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

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

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

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