#A80D7E

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

Shades of Eggplant #A80D7E

Tints of Eggplant #A80D7E

Color information

#A80D7E (or 0xA80D7E) is unknown color: approx Eggplant. HEX triplet: A8, 0D and 7E. RGB value is (168,13,126). Sum of RGB (Red+Green+Blue) = 168+13+126=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D7E is #57F281. Grayscale: #474747. Windows color (decimal): -5763714 or 8261032. OLE color: 8261032.

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

Color convert

RGB16813126-
CMYK00.920.250.34
HSL316.26º85.64%35.49%-
HSV(B)316.26º92.26%65.88%-
XYZ20.0610.1220.63-
YUV72.23158.35196.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 13 (5.47% from 255) = 4.23%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=54.72%
G=4.23%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681312600.920.250.34316.2685.6435.49
HexA8D7E05C192213c5623
Octal250151760134314247412643
Binary101010001101111111001011100110011000101001111001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80D7E; }

 p { color: rgb(168,13,126); }

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

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

 a { background-color: rgb(168,13,126); }

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

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

 span { border-color: rgb(168,13,126); }

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