#A60B78

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

Shades of Eggplant #A60B78

Tints of Eggplant #A60B78

Color information

#A60B78 (or 0xA60B78) is unknown color: approx Eggplant. HEX triplet: A6, 0B and 78. RGB value is (166,11,120). Sum of RGB (Red+Green+Blue) = 166+11+120=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B78 is #59F487. Grayscale: #454545. Windows color (decimal): -5895304 or 7867302. OLE color: 7867302.

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

Color convert

RGB16611120-
CMYK00.930.280.35
HSL317.81º87.57%34.71%-
HSV(B)317.81º93.37%65.1%-
XYZ19.249.718.63-
YUV69.77156.35196.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 11 (4.69% from 255) = 3.70%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=55.89%
G=3.70%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661112000.930.280.35317.8187.5734.71
HexA6B7805D1C2313e5823
Octal246131700135344347613043
Binary101001101011111100001011101111001000111001111101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B78; }

 p { color: rgb(166,11,120); }

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

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

 a { background-color: rgb(166,11,120); }

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

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

 span { border-color: rgb(166,11,120); }

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