#A01575

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

Shades of Eggplant #A01575

Tints of Eggplant #A01575

Color information

#A01575 (or 0xA01575) is unknown color: approx Eggplant. HEX triplet: A0, 15 and 75. RGB value is (160,21,117). Sum of RGB (Red+Green+Blue) = 160+21+117=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A01575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01575 is #5FEA8A. Grayscale: #494949. Windows color (decimal): -6285963 or 7673248. OLE color: 7673248.

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

Color convert

RGB16021117-
CMYK00.870.270.37
HSL318.56º76.8%35.49%-
HSV(B)318.56º86.87%62.75%-
XYZ17.989.2917.68-
YUV73.5152.55189.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 21 (8.59% from 255) = 7.05%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=53.69%
G=7.05%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602111700.870.270.37318.5676.835.49
HexA015750571B2513f4d23
Octal240251650127334547711543
Binary1010000010101111010101010111110111001011001111111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01575; }

 p { color: rgb(160,21,117); }

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

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

 a { background-color: rgb(160,21,117); }

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

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

 span { border-color: rgb(160,21,117); }

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