#A90977

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

Shades of Eggplant #A90977

Tints of Eggplant #A90977

Color information

#A90977 (or 0xA90977) is unknown color: approx Eggplant. HEX triplet: A9, 09 and 77. RGB value is (169,9,119). Sum of RGB (Red+Green+Blue) = 169+9+119=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A90977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90977 is #56F688. Grayscale: #454545. Windows color (decimal): -5699209 or 7801257. OLE color: 7801257.

HSL color Cylindrical-coordinate representation of color #A90977: hue angle of 318.75º degrees, saturation: 0.9, 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 #A90977 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB1699119-
CMYK00.950.300.34
HSL318.75º89.89%34.9%-
HSV(B)318.75º94.67%66.27%-
XYZ19.799.9618.33-
YUV69.38156.01199.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 119 (46.88% from 255) = 40.07%
R=56.90%
G=3.03%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169911900.950.300.34318.7589.8934.9
HexA997705F1E2213f5a23
Octal251111670137364247713243
Binary101010011001111011101011111111101000101001111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90977; }

 p { color: rgb(169,9,119); }

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

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

 a { background-color: rgb(169,9,119); }

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

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

 span { border-color: rgb(169,9,119); }

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