#A60C83

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

Shades of Eggplant #A60C83

Tints of Eggplant #A60C83

Color information

#A60C83 (or 0xA60C83) is unknown color: approx Eggplant. HEX triplet: A6, 0C and 83. RGB value is (166,12,131). Sum of RGB (Red+Green+Blue) = 166+12+131=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60C83 is #59F37C. Grayscale: #474747. Windows color (decimal): -5895037 or 8588454. OLE color: 8588454.

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

Color convert

RGB16612131-
CMYK00.930.210.35
HSL313.64º86.52%34.9%-
HSV(B)313.64º92.77%65.1%-
XYZ19.9510.0122.35-
YUV71.61161.52195.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=53.72%
G=3.88%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661213100.930.210.35313.6486.5234.9
HexA6C8305D152313a5723
Octal246142030135254347212743
Binary1010011011001000001101011101101011000111001110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C83; }

 p { color: rgb(166,12,131); }

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

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

 a { background-color: rgb(166,12,131); }

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

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

 span { border-color: rgb(166,12,131); }

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