#A00279

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

Shades of Eggplant #A00279

Tints of Eggplant #A00279

Color information

#A00279 (or 0xA00279) is unknown color: approx Eggplant. HEX triplet: A0, 02 and 79. RGB value is (160,2,121). Sum of RGB (Red+Green+Blue) = 160+2+121=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A00279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00279 is #5FFD86. Grayscale: #3E3E3E. Windows color (decimal): -6290823 or 7930528. OLE color: 7930528.

HSL color Cylindrical-coordinate representation of color #A00279: hue angle of 314.81º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00279 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB1602121-
CMYK00.990.240.37
HSL314.81º97.53%31.76%-
HSV(B)314.81º98.75%62.75%-
XYZ17.978.918.86-
YUV62.81160.85197.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=56.54%
G=0.71%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160212100.990.240.37314.8197.5331.76
HexA0279063182513b6220
Octal24021710143304547314240
Binary1010000010111100101100011110001001011001110111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00279; }

 p { color: rgb(160,2,121); }

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

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

 a { background-color: rgb(160,2,121); }

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

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

 span { border-color: rgb(160,2,121); }

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