#A10E7B

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

Shades of Eggplant #A10E7B

Tints of Eggplant #A10E7B

Color information

#A10E7B (or 0xA10E7B) is unknown color: approx Eggplant. HEX triplet: A1, 0E and 7B. RGB value is (161,14,123). Sum of RGB (Red+Green+Blue) = 161+14+123=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10E7B is #5EF184. Grayscale: #464646. Windows color (decimal): -6222213 or 8064673. OLE color: 8064673.

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

Color convert

RGB16114123-
CMYK00.910.240.37
HSL315.51º84%34.31%-
HSV(B)315.51º91.3%63.14%-
XYZ18.439.3219.57-
YUV70.38157.7192.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.03%
GREEN value IS 14 (5.86% from 255) = 4.70%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=54.03%
G=4.70%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611412300.910.240.37315.518434.31
HexA1E7B05B182513c5422
Octal241161730133304547412442
Binary101000011110111101101011011110001001011001111001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10E7B; }

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

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

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

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

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

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

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

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