#A6027C

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

Shades of Eggplant #A6027C

Tints of Eggplant #A6027C

Color information

#A6027C (or 0xA6027C) is unknown color: approx Eggplant. HEX triplet: A6, 02 and 7C. RGB value is (166,2,124). Sum of RGB (Red+Green+Blue) = 166+2+124=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6027C is #59FD83. Grayscale: #404040. Windows color (decimal): -5897604 or 8127142. OLE color: 8127142.

HSL color Cylindrical-coordinate representation of color #A6027C: hue angle of 315.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6027C is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB1662124-
CMYK00.990.250.35
HSL315.37º97.62%32.94%-
HSV(B)315.37º98.8%65.1%-
XYZ19.399.6119.9-
YUV64.94161.33200.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.85%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 124 (48.83% from 255) = 42.47%
R=56.85%
G=0.68%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166212400.990.250.35315.3797.6232.94
HexA627C063192313b6221
Octal24621740143314347314241
Binary1010011010111110001100011110011000111001110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6027C; }

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

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

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

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

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

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

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

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