#A10E80

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

Shades of Eggplant #A10E80

Tints of Eggplant #A10E80

Color information

#A10E80 (or 0xA10E80) is unknown color: approx Eggplant. HEX triplet: A1, 0E and 80. RGB value is (161,14,128). Sum of RGB (Red+Green+Blue) = 161+14+128=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10E80 is #5EF17F. Grayscale: #464646. Windows color (decimal): -6222208 or 8392353. OLE color: 8392353.

HSL color Cylindrical-coordinate representation of color #A10E80: hue angle of 313.47º 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 #A10E80 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16114128-
CMYK00.910.200.37
HSL313.47º84%34.31%-
HSV(B)313.47º91.3%63.14%-
XYZ18.759.4521.26-
YUV70.95160.2192.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=53.14%
G=4.62%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611412800.910.200.37313.478434.31
HexA1E8005B14251395422
Octal241162000133244547112442
Binary1010000111101000000001011011101001001011001110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E80; }

 p { color: rgb(161,14,128); }

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

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

 a { background-color: rgb(161,14,128); }

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

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

 span { border-color: rgb(161,14,128); }

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