#A00A70

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

Shades of Eggplant #A00A70

Tints of Eggplant #A00A70

Color information

#A00A70 (or 0xA00A70) is unknown color: approx Eggplant. HEX triplet: A0, 0A and 70. RGB value is (160,10,112). Sum of RGB (Red+Green+Blue) = 160+10+112=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A70 is #5FF58F. Grayscale: #424242. Windows color (decimal): -6288784 or 7342752. OLE color: 7342752.

HSL color Cylindrical-coordinate representation of color #A00A70: hue angle of 319.2º degrees, saturation: 0.88, 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 #A00A70 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16010112-
CMYK00.940.300.37
HSL319.2º88.24%33.33%-
HSV(B)319.2º93.75%62.75%-
XYZ17.538.8616.12-
YUV66.48153.7194.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.74%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=56.74%
G=3.55%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601011200.940.300.37319.288.2433.33
HexA0A7005E1E2513f5821
Octal240121600136364547713041
Binary101000001010111000001011110111101001011001111111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00A70; }

 p { color: rgb(160,10,112); }

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

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

 a { background-color: rgb(160,10,112); }

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

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

 span { border-color: rgb(160,10,112); }

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