#A90973

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

Shades of Eggplant #A90973

Tints of Eggplant #A90973

Color information

#A90973 (or 0xA90973) is unknown color: approx Eggplant. HEX triplet: A9, 09 and 73. RGB value is (169,9,115). Sum of RGB (Red+Green+Blue) = 169+9+115=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A90973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90973 is #56F68C. Grayscale: #444444. Windows color (decimal): -5699213 or 7539113. OLE color: 7539113.

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

Color convert

RGB1699115-
CMYK00.950.320.34
HSL320.25º89.89%34.9%-
HSV(B)320.25º94.67%66.27%-
XYZ19.559.8717.09-
YUV68.92154.01199.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.68%
GREEN value IS 9 (3.91% from 255) = 3.07%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=57.68%
G=3.07%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169911500.950.320.34320.2589.8934.9
HexA997305F20221405a23
Octal251111630137404250013243
Binary1010100110011110011010111111000001000101010000001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90973; }

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

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

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

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

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

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

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

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