#A6096E

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

Shades of Eggplant #A6096E

Tints of Eggplant #A6096E

Color information

#A6096E (or 0xA6096E) is unknown color: approx Eggplant. HEX triplet: A6, 09 and 6E. RGB value is (166,9,110). Sum of RGB (Red+Green+Blue) = 166+9+110=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A6096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6096E is #59F691. Grayscale: #434343. Windows color (decimal): -5895826 or 7211430. OLE color: 7211430.

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

Color convert

RGB1669110-
CMYK00.950.340.35
HSL321.4º89.71%34.31%-
HSV(B)321.4º94.58%65.1%-
XYZ18.649.4315.59-
YUV67.46152.01198.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.25%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=58.25%
G=3.16%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166911000.950.340.35321.489.7134.31
HexA696E05F22231415a22
Octal246111560137424350113242
Binary1010011010011101110010111111000101000111010000011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6096E; }

 p { color: rgb(166,9,110); }

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

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

 a { background-color: rgb(166,9,110); }

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

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

 span { border-color: rgb(166,9,110); }

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