#A80583

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

Shades of Eggplant #A80583

Tints of Eggplant #A80583

Color information

#A80583 (or 0xA80583) is unknown color: approx Eggplant. HEX triplet: A8, 05 and 83. RGB value is (168,5,131). Sum of RGB (Red+Green+Blue) = 168+5+131=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A80583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80583 is #57FA7C. Grayscale: #434343. Windows color (decimal): -5765757 or 8586664. OLE color: 8586664.

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

Color convert

RGB1685131-
CMYK00.970.220.34
HSL313.62º94.22%33.92%-
HSV(B)313.62º97.02%65.88%-
XYZ20.310.0722.35-
YUV68.1163.5199.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 5 (2.34% from 255) = 1.64%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=55.26%
G=1.64%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168513100.970.220.34313.6294.2233.92
HexA8583061162213a5e22
Octal25052030141264247213642
Binary101010001011000001101100001101101000101001110101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80583; }

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

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

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

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

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

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

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

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