#A6147B

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

Shades of Eggplant #A6147B

Tints of Eggplant #A6147B

Color information

#A6147B (or 0xA6147B) is unknown color: approx Eggplant. HEX triplet: A6, 14 and 7B. RGB value is (166,20,123). Sum of RGB (Red+Green+Blue) = 166+20+123=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6147B is #59EB84. Grayscale: #4B4B4B. Windows color (decimal): -5892997 or 8066214. OLE color: 8066214.

HSL color Cylindrical-coordinate representation of color #A6147B: hue angle of 317.67º 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 #A6147B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16620123-
CMYK00.880.260.35
HSL317.67º78.49%36.47%-
HSV(B)317.67º87.95%65.1%-
XYZ19.5510.0419.65-
YUV75.4154.87192.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 20 (8.20% from 255) = 6.47%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=53.72%
G=6.47%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662012300.880.260.35317.6778.4936.47
HexA6147B0581A2313e4e24
Octal246241730130324347611644
Binary1010011010100111101101011000110101000111001111101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6147B; }

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

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

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

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

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

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

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

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