#A8057C

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

Shades of Eggplant #A8057C

Tints of Eggplant #A8057C

Color information

#A8057C (or 0xA8057C) is unknown color: approx Eggplant. HEX triplet: A8, 05 and 7C. RGB value is (168,5,124). Sum of RGB (Red+Green+Blue) = 168+5+124=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8057C is #57FA83. Grayscale: #424242. Windows color (decimal): -5765764 or 8127912. OLE color: 8127912.

HSL color Cylindrical-coordinate representation of color #A8057C: hue angle of 316.2º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8057C is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB1685124-
CMYK00.970.260.34
HSL316.2º94.22%33.92%-
HSV(B)316.2º97.02%65.88%-
XYZ19.849.8919.93-
YUV67.3160199.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.57%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=56.57%
G=1.68%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168512400.970.260.34316.294.2233.92
HexA857C0611A2213c5e22
Octal25051740141324247413642
Binary10101000101111110001100001110101000101001111001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8057C; }

 p { color: rgb(168,5,124); }

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

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

 a { background-color: rgb(168,5,124); }

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

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

 span { border-color: rgb(168,5,124); }

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