#A80AAE

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

Shades of Dark Magenta #A80AAE

Tints of Dark Magenta #A80AAE

Color information

#A80AAE (or 0xA80AAE) is unknown color: approx Dark Magenta. HEX triplet: A8, 0A and AE. RGB value is (168,10,174). Sum of RGB (Red+Green+Blue) = 168+10+174=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #A80AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80AAE is #57F551. Grayscale: #4B4B4B. Windows color (decimal): -5764434 or 11405992. OLE color: 11405992.

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

Color convert

RGB16810174-
CMYK0.030.9400.32
HSL297.8º89.13%36.08%-
HSV(B)297.8º94.25%68.24%-
XYZ23.911.641.02-
YUV75.94183.35193.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.73%
GREEN value IS 10 (4.30% from 255) = 2.84%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=47.73%
G=2.84%
B=49.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168101740.030.9400.32297.889.1336.08
HexA8AAE35E02012a5924
Octal25012256313604045213144
Binary1010100010101010111011101111001000001001010101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80AAE; }

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

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

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

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

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

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

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

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