#A90B77

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

Shades of Eggplant #A90B77

Tints of Eggplant #A90B77

Color information

#A90B77 (or 0xA90B77) is unknown color: approx Eggplant. HEX triplet: A9, 0B and 77. RGB value is (169,11,119). Sum of RGB (Red+Green+Blue) = 169+11+119=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B77 is #56F488. Grayscale: #464646. Windows color (decimal): -5698697 or 7801769. OLE color: 7801769.

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

Color convert

RGB16911119-
CMYK00.930.300.34
HSL318.99º87.78%35.29%-
HSV(B)318.99º93.49%66.27%-
XYZ19.8110.0118.34-
YUV70.55155.35198.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.52%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=56.52%
G=3.68%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691111900.930.300.34318.9987.7835.29
HexA9B7705D1E2213f5823
Octal251131670135364247713043
Binary101010011011111011101011101111101000101001111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90B77; }

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

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

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

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

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

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

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

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