#A80C75

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

Shades of Eggplant #A80C75

Tints of Eggplant #A80C75

Color information

#A80C75 (or 0xA80C75) is unknown color: approx Eggplant. HEX triplet: A8, 0C and 75. RGB value is (168,12,117). Sum of RGB (Red+Green+Blue) = 168+12+117=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C75 is #57F38A. Grayscale: #464646. Windows color (decimal): -5763979 or 7670952. OLE color: 7670952.

HSL color Cylindrical-coordinate representation of color #A80C75: hue angle of 319.62º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C75 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16812117-
CMYK00.930.300.34
HSL319.62º86.67%35.29%-
HSV(B)319.62º92.86%65.88%-
XYZ19.499.8717.71-
YUV70.61154.18197.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=56.57%
G=4.04%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681211700.930.300.34319.6286.6735.29
HexA8C7505D1E221405723
Octal250141650135364250012743
Binary101010001100111010101011101111101000101010000001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C75; }

 p { color: rgb(168,12,117); }

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

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

 a { background-color: rgb(168,12,117); }

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

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

 span { border-color: rgb(168,12,117); }

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