#A6147C

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

Shades of Eggplant #A6147C

Tints of Eggplant #A6147C

Color information

#A6147C (or 0xA6147C) is unknown color: approx Eggplant. HEX triplet: A6, 14 and 7C. RGB value is (166,20,124). Sum of RGB (Red+Green+Blue) = 166+20+124=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6147C is #59EB83. Grayscale: #4B4B4B. Windows color (decimal): -5892996 or 8131750. OLE color: 8131750.

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

Color convert

RGB16620124-
CMYK00.880.250.35
HSL317.26º78.49%36.47%-
HSV(B)317.26º87.95%65.1%-
XYZ19.6110.0619.98-
YUV75.51155.37192.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 20 (8.20% from 255) = 6.45%
BLUE value IS 124 (48.83% from 255) = 40%
R=53.55%
G=6.45%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662012400.880.250.35317.2678.4936.47
HexA6147C058192313d4e24
Octal246241740130314347511644
Binary1010011010100111110001011000110011000111001111011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6147C; }

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

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

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

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

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

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

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

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