#A91179

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

Shades of Eggplant #A91179

Tints of Eggplant #A91179

Color information

#A91179 (or 0xA91179) is unknown color: approx Eggplant. HEX triplet: A9, 11 and 79. RGB value is (169,17,121). Sum of RGB (Red+Green+Blue) = 169+17+121=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A91179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91179 is #56EE86. Grayscale: #4A4A4A. Windows color (decimal): -5697159 or 7934377. OLE color: 7934377.

HSL color Cylindrical-coordinate representation of color #A91179: hue angle of 318.95º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91179 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16917121-
CMYK00.900.280.34
HSL318.95º81.72%36.47%-
HSV(B)318.95º89.94%66.27%-
XYZ20.0110.2219.01-
YUV74.3154.36195.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.05%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=55.05%
G=5.54%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691712100.900.280.34318.9581.7236.47
HexA9117905A1C2213f5224
Octal251211710132344247712244
Binary1010100110001111100101011010111001000101001111111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91179; }

 p { color: rgb(169,17,121); }

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

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

 a { background-color: rgb(169,17,121); }

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

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

 span { border-color: rgb(169,17,121); }

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