#A9027C

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

Shades of Eggplant #A9027C

Tints of Eggplant #A9027C

Color information

#A9027C (or 0xA9027C) is unknown color: approx Eggplant. HEX triplet: A9, 02 and 7C. RGB value is (169,2,124). Sum of RGB (Red+Green+Blue) = 169+2+124=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9027C is #56FD83. Grayscale: #414141. Windows color (decimal): -5700996 or 8127145. OLE color: 8127145.

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

Color convert

RGB1692124-
CMYK00.990.270.34
HSL316.17º97.66%33.53%-
HSV(B)316.17º98.82%66.27%-
XYZ20.029.9319.93-
YUV65.84160.83201.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=57.29%
G=0.68%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169212400.990.270.34316.1797.6633.53
HexA927C0631B2213c6222
Octal25121740143334247414242
Binary1010100110111110001100011110111000101001111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9027C; }

 p { color: rgb(169,2,124); }

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

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

 a { background-color: rgb(169,2,124); }

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

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

 span { border-color: rgb(169,2,124); }

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