#A00EA3

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

Shades of Dark Magenta #A00EA3

Tints of Dark Magenta #A00EA3

Color information

#A00EA3 (or 0xA00EA3) is unknown color: approx Dark Magenta. HEX triplet: A0, 0E and A3. RGB value is (160,14,163). Sum of RGB (Red+Green+Blue) = 160+14+163=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #A00EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00EA3 is #5FF15C. Grayscale: #4A4A4A. Windows color (decimal): -6287709 or 10686112. OLE color: 10686112.

HSL color Cylindrical-coordinate representation of color #A00EA3: hue angle of 298.79º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00EA3 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16014163-
CMYK0.020.9100.36
HSL298.79º84.18%34.71%-
HSV(B)298.79º91.41%63.92%-
XYZ21.2710.4335.54-
YUV74.64177.87188.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.48%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 163 (64.06% from 255) = 48.37%
R=47.48%
G=4.15%
B=48.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160141630.020.9100.36298.7984.1834.71
HexA0EA325B02412b5423
Octal24016243213304445312443
Binary1010000011101010001110101101101001001001010111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00EA3; }

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

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

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

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

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

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

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

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