#A80EAE

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

Shades of Dark Magenta #A80EAE

Tints of Dark Magenta #A80EAE

Color information

#A80EAE (or 0xA80EAE) is unknown color: approx Dark Magenta. HEX triplet: A8, 0E and AE. RGB value is (168,14,174). Sum of RGB (Red+Green+Blue) = 168+14+174=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #A80EAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80EAE is #57F151. Grayscale: #4D4D4D. Windows color (decimal): -5763410 or 11407016. OLE color: 11407016.

HSL color Cylindrical-coordinate representation of color #A80EAE: hue angle of 297.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80EAE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16814174-
CMYK0.030.9200.32
HSL297.75º85.11%36.86%-
HSV(B)297.75º91.95%68.24%-
XYZ23.9511.6941.04-
YUV78.29182.02191.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.19%
GREEN value IS 14 (5.86% from 255) = 3.93%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=47.19%
G=3.93%
B=48.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168141740.030.9200.32297.7585.1136.86
HexA8EAE35C02012a5525
Octal25016256313404045212545
Binary1010100011101010111011101110001000001001010101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80EAE; }

 p { color: rgb(168,14,174); }

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

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

 a { background-color: rgb(168,14,174); }

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

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

 span { border-color: rgb(168,14,174); }

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