#A6016F

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

Shades of Eggplant #A6016F

Tints of Eggplant #A6016F

Color information

#A6016F (or 0xA6016F) is unknown color: approx Eggplant. HEX triplet: A6, 01 and 6F. RGB value is (166,1,111). Sum of RGB (Red+Green+Blue) = 166+1+111=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6016F is #59FE90. Grayscale: #3E3E3E. Windows color (decimal): -5897873 or 7274918. OLE color: 7274918.

HSL color Cylindrical-coordinate representation of color #A6016F: hue angle of 320º degrees, saturation: 0.99, 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 #A6016F is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB1661111-
CMYK00.990.330.35
HSL320º98.8%32.75%-
HSV(B)320º99.4%65.1%-
XYZ18.619.2815.85-
YUV62.88155.16201.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.71%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=59.71%
G=0.36%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166111100.990.330.3532098.832.75
HexA616F06321231406321
Octal24611570143414350014341
Binary1010011011101111011000111000011000111010000001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6016F; }

 p { color: rgb(166,1,111); }

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

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

 a { background-color: rgb(166,1,111); }

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

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

 span { border-color: rgb(166,1,111); }

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