#A00968

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

Shades of Eggplant #A00968

Tints of Eggplant #A00968

Color information

#A00968 (or 0xA00968) is unknown color: approx Eggplant. HEX triplet: A0, 09 and 68. RGB value is (160,9,104). Sum of RGB (Red+Green+Blue) = 160+9+104=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A00968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00968 is #5FF697. Grayscale: #404040. Windows color (decimal): -6289048 or 6818208. OLE color: 6818208.

HSL color Cylindrical-coordinate representation of color #A00968: hue angle of 322.25º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00968 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB1609104-
CMYK00.940.350.37
HSL322.25º89.35%33.14%-
HSV(B)322.25º94.38%62.75%-
XYZ17.098.6713.87-
YUV64.98150.03195.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=58.61%
G=3.30%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160910400.940.350.37322.2589.3533.14
HexA096805E23251425921
Octal240111500136434550213141
Binary1010000010011101000010111101000111001011010000101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00968; }

 p { color: rgb(160,9,104); }

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

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

 a { background-color: rgb(160,9,104); }

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

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

 span { border-color: rgb(160,9,104); }

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