#A90B73

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

Shades of Eggplant #A90B73

Tints of Eggplant #A90B73

Color information

#A90B73 (or 0xA90B73) is unknown color: approx Eggplant. HEX triplet: A9, 0B and 73. RGB value is (169,11,115). Sum of RGB (Red+Green+Blue) = 169+11+115=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B73 is #56F48C. Grayscale: #454545. Windows color (decimal): -5698701 or 7539625. OLE color: 7539625.

HSL color Cylindrical-coordinate representation of color #A90B73: hue angle of 320.51º 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 #A90B73 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB16911115-
CMYK00.930.320.34
HSL320.51º87.78%35.29%-
HSV(B)320.51º93.49%66.27%-
XYZ19.589.9117.1-
YUV70.1153.35198.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 11 (4.69% from 255) = 3.73%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=57.29%
G=3.73%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691111500.930.320.34320.5187.7835.29
HexA9B7305D20221415823
Octal251131630135404250113043
Binary1010100110111110011010111011000001000101010000011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90B73; }

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

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

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

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

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

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

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

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