#A60E7B

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

Shades of Eggplant #A60E7B

Tints of Eggplant #A60E7B

Color information

#A60E7B (or 0xA60E7B) is unknown color: approx Eggplant. HEX triplet: A6, 0E and 7B. RGB value is (166,14,123). Sum of RGB (Red+Green+Blue) = 166+14+123=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E7B is #59F184. Grayscale: #474747. Windows color (decimal): -5894533 or 8064678. OLE color: 8064678.

HSL color Cylindrical-coordinate representation of color #A60E7B: hue angle of 316.97º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E7B is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16614123-
CMYK00.920.260.35
HSL316.97º84.44%35.29%-
HSV(B)316.97º91.57%65.1%-
XYZ19.469.8519.61-
YUV71.87156.86195.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=54.79%
G=4.62%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661412300.920.260.35316.9784.4435.29
HexA6E7B05C1A2313d5423
Octal246161730134324347512443
Binary101001101110111101101011100110101000111001111011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E7B; }

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

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

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

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

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

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

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

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