#A80883

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

Shades of Eggplant #A80883

Tints of Eggplant #A80883

Color information

#A80883 (or 0xA80883) is unknown color: approx Eggplant. HEX triplet: A8, 08 and 83. RGB value is (168,8,131). Sum of RGB (Red+Green+Blue) = 168+8+131=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A80883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80883 is #57F77C. Grayscale: #454545. Windows color (decimal): -5764989 or 8587432. OLE color: 8587432.

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

Color convert

RGB1688131-
CMYK00.950.220.34
HSL313.88º90.91%34.51%-
HSV(B)313.88º95.24%65.88%-
XYZ20.3310.1422.36-
YUV69.86162.51198-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=54.72%
G=2.61%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168813100.950.220.34313.8890.9134.51
HexA888305F162213a5b23
Octal250102030137264247213343
Binary1010100010001000001101011111101101000101001110101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80883; }

 p { color: rgb(168,8,131); }

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

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

 a { background-color: rgb(168,8,131); }

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

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

 span { border-color: rgb(168,8,131); }

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