#A60B70

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

Shades of Eggplant #A60B70

Tints of Eggplant #A60B70

Color information

#A60B70 (or 0xA60B70) is unknown color: approx Eggplant. HEX triplet: A6, 0B and 70. RGB value is (166,11,112). Sum of RGB (Red+Green+Blue) = 166+11+112=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B70 is #59F48F. Grayscale: #444444. Windows color (decimal): -5895312 or 7343014. OLE color: 7343014.

HSL color Cylindrical-coordinate representation of color #A60B70: hue angle of 320.9º 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 #A60B70 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16611112-
CMYK00.930.330.35
HSL320.9º87.57%34.71%-
HSV(B)320.9º93.37%65.1%-
XYZ18.779.5216.18-
YUV68.86152.35197.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 11 (4.69% from 255) = 3.81%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=57.44%
G=3.81%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661111200.930.330.35320.987.5734.71
HexA6B7005D21231415823
Octal246131600135414350113043
Binary1010011010111110000010111011000011000111010000011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B70; }

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

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

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

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

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

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

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

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