#A80783

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

Shades of Eggplant #A80783

Tints of Eggplant #A80783

Color information

#A80783 (or 0xA80783) is unknown color: approx Eggplant. HEX triplet: A8, 07 and 83. RGB value is (168,7,131). Sum of RGB (Red+Green+Blue) = 168+7+131=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A80783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80783 is #57F87C. Grayscale: #444444. Windows color (decimal): -5765245 or 8587176. OLE color: 8587176.

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

Color convert

RGB1687131-
CMYK00.960.220.34
HSL313.79º92%34.31%-
HSV(B)313.79º95.83%65.88%-
XYZ20.3210.1222.35-
YUV69.28162.84198.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.90%
GREEN value IS 7 (3.12% from 255) = 2.29%
BLUE value IS 131 (51.56% from 255) = 42.81%
R=54.90%
G=2.29%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168713100.960.220.34313.799234.31
HexA8783060162213a5c22
Octal25072030140264247213442
Binary101010001111000001101100000101101000101001110101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80783; }

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

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

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

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

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

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

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

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