#A00870

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

Shades of Eggplant #A00870

Tints of Eggplant #A00870

Color information

#A00870 (or 0xA00870) is unknown color: approx Eggplant. HEX triplet: A0, 08 and 70. RGB value is (160,8,112). Sum of RGB (Red+Green+Blue) = 160+8+112=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A00870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00870 is #5FF78F. Grayscale: #414141. Windows color (decimal): -6289296 or 7342240. OLE color: 7342240.

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

Color convert

RGB1608112-
CMYK00.950.300.37
HSL318.95º90.48%32.94%-
HSV(B)318.95º95%62.75%-
XYZ17.518.8216.11-
YUV65.3154.36195.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.14%
GREEN value IS 8 (3.52% from 255) = 2.86%
BLUE value IS 112 (44.14% from 255) = 40%
R=57.14%
G=2.86%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160811200.950.300.37318.9590.4832.94
HexA087005F1E2513f5a21
Octal240101600137364547713241
Binary101000001000111000001011111111101001011001111111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00870; }

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

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

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

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

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

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

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

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