#A10E7D

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

Shades of Eggplant #A10E7D

Tints of Eggplant #A10E7D

Color information

#A10E7D (or 0xA10E7D) is unknown color: approx Eggplant. HEX triplet: A1, 0E and 7D. RGB value is (161,14,125). Sum of RGB (Red+Green+Blue) = 161+14+125=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10E7D is #5EF182. Grayscale: #464646. Windows color (decimal): -6222211 or 8195745. OLE color: 8195745.

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

Color convert

RGB16114125-
CMYK00.910.220.37
HSL314.69º84%34.31%-
HSV(B)314.69º91.3%63.14%-
XYZ18.569.3720.23-
YUV70.61158.7192.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.67%
GREEN value IS 14 (5.86% from 255) = 4.67%
BLUE value IS 125 (49.22% from 255) = 41.67%
R=53.67%
G=4.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611412500.910.220.37314.698434.31
HexA1E7D05B162513b5422
Octal241161750133264547312442
Binary101000011110111110101011011101101001011001110111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E7D; }

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

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

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

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

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

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

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

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