#A8097D

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

Shades of Eggplant #A8097D

Tints of Eggplant #A8097D

Color information

#A8097D (or 0xA8097D) is unknown color: approx Eggplant. HEX triplet: A8, 09 and 7D. RGB value is (168,9,125). Sum of RGB (Red+Green+Blue) = 168+9+125=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8097D is #57F682. Grayscale: #454545. Windows color (decimal): -5764739 or 8194472. OLE color: 8194472.

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

Color convert

RGB1689125-
CMYK00.950.260.34
HSL316.23º89.83%34.71%-
HSV(B)316.23º94.64%65.88%-
XYZ19.951020.28-
YUV69.76159.18198.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.63%
GREEN value IS 9 (3.91% from 255) = 2.98%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=55.63%
G=2.98%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168912500.950.260.34316.2389.8334.71
HexA897D05F1A2213c5a23
Octal250111750137324247413243
Binary101010001001111110101011111110101000101001111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8097D; }

 p { color: rgb(168,9,125); }

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

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

 a { background-color: rgb(168,9,125); }

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

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

 span { border-color: rgb(168,9,125); }

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