#A01370

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

Shades of Eggplant #A01370

Tints of Eggplant #A01370

Color information

#A01370 (or 0xA01370) is unknown color: approx Eggplant. HEX triplet: A0, 13 and 70. RGB value is (160,19,112). Sum of RGB (Red+Green+Blue) = 160+19+112=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A01370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01370 is #5FEC8F. Grayscale: #474747. Windows color (decimal): -6286480 or 7345056. OLE color: 7345056.

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

Color convert

RGB16019112-
CMYK00.880.300.37
HSL320.43º78.77%35.1%-
HSV(B)320.43º88.13%62.75%-
XYZ17.659.1116.16-
YUV71.76150.71190.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 19 (7.81% from 255) = 6.53%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=54.98%
G=6.53%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601911200.880.300.37320.4378.7735.1
HexA013700581E251404f23
Octal240231600130364550011743
Binary1010000010011111000001011000111101001011010000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01370; }

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

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

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

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

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

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

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

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