#A5097A

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

Shades of Eggplant #A5097A

Tints of Eggplant #A5097A

Color information

#A5097A (or 0xA5097A) is unknown color: approx Eggplant. HEX triplet: A5, 09 and 7A. RGB value is (165,9,122). Sum of RGB (Red+Green+Blue) = 165+9+122=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5097A is #5AF685. Grayscale: #444444. Windows color (decimal): -5961350 or 7997861. OLE color: 7997861.

HSL color Cylindrical-coordinate representation of color #A5097A: hue angle of 316.54º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5097A is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB1659122-
CMYK00.950.260.35
HSL316.54º89.66%34.12%-
HSV(B)316.54º94.55%64.71%-
XYZ19.139.619.26-
YUV68.53158.18196.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.74%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=55.74%
G=3.04%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165912200.950.260.35316.5489.6634.12
HexA597A05F1A2313d5a22
Octal245111720137324347513242
Binary101001011001111101001011111110101000111001111011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5097A; }

 p { color: rgb(165,9,122); }

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

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

 a { background-color: rgb(165,9,122); }

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

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

 span { border-color: rgb(165,9,122); }

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