#A90E76

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

Shades of Eggplant #A90E76

Tints of Eggplant #A90E76

Color information

#A90E76 (or 0xA90E76) is unknown color: approx Eggplant. HEX triplet: A9, 0E and 76. RGB value is (169,14,118). Sum of RGB (Red+Green+Blue) = 169+14+118=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E76 is #56F189. Grayscale: #474747. Windows color (decimal): -5697930 or 7737001. OLE color: 7737001.

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

Color convert

RGB16914118-
CMYK00.920.300.34
HSL319.74º84.7%35.88%-
HSV(B)319.74º91.72%66.27%-
XYZ19.7910.0618.04-
YUV72.2153.85197.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.15%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=56.15%
G=4.65%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691411800.920.300.34319.7484.735.88
HexA9E7605C1E221405524
Octal251161660134364250012544
Binary101010011110111011001011100111101000101010000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90E76; }

 p { color: rgb(169,14,118); }

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

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

 a { background-color: rgb(169,14,118); }

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

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

 span { border-color: rgb(169,14,118); }

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