#A01374

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

Shades of Eggplant #A01374

Tints of Eggplant #A01374

Color information

#A01374 (or 0xA01374) is unknown color: approx Eggplant. HEX triplet: A0, 13 and 74. RGB value is (160,19,116). Sum of RGB (Red+Green+Blue) = 160+19+116=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A01374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01374 is #5FEC8B. Grayscale: #474747. Windows color (decimal): -6286476 or 7607200. OLE color: 7607200.

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

Color convert

RGB16019116-
CMYK00.880.280.37
HSL318.72º78.77%35.1%-
HSV(B)318.72º88.13%62.75%-
XYZ17.889.217.36-
YUV72.22152.71190.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 19 (7.81% from 255) = 6.44%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=54.24%
G=6.44%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601911600.880.280.37318.7278.7735.1
HexA013740581C2513f4f23
Octal240231640130344547711743
Binary1010000010011111010001011000111001001011001111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01374; }

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

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

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

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

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

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

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

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