#A81077

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

Shades of Eggplant #A81077

Tints of Eggplant #A81077

Color information

#A81077 (or 0xA81077) is unknown color: approx Eggplant. HEX triplet: A8, 10 and 77. RGB value is (168,16,119). Sum of RGB (Red+Green+Blue) = 168+16+119=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A81077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81077 is #57EF88. Grayscale: #484848. Windows color (decimal): -5762953 or 7803048. OLE color: 7803048.

HSL color Cylindrical-coordinate representation of color #A81077: hue angle of 319.34º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81077 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16816119-
CMYK00.900.290.34
HSL319.34º82.61%36.08%-
HSV(B)319.34º90.48%65.88%-
XYZ19.6610.0318.35-
YUV73.19153.86195.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.45%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=55.45%
G=5.28%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681611900.900.290.34319.3482.6136.08
HexA8107705A1D2213f5324
Octal250201670132354247712344
Binary1010100010000111011101011010111011000101001111111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81077; }

 p { color: rgb(168,16,119); }

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

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

 a { background-color: rgb(168,16,119); }

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

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

 span { border-color: rgb(168,16,119); }

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