#A60875

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

Shades of Eggplant #A60875

Tints of Eggplant #A60875

Color information

#A60875 (or 0xA60875) is unknown color: approx Eggplant. HEX triplet: A6, 08 and 75. RGB value is (166,8,117). Sum of RGB (Red+Green+Blue) = 166+8+117=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A60875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60875 is #59F78A. Grayscale: #434343. Windows color (decimal): -5896075 or 7669926. OLE color: 7669926.

HSL color Cylindrical-coordinate representation of color #A60875: hue angle of 318.61º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60875 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB1668117-
CMYK00.950.300.35
HSL318.61º90.8%34.12%-
HSV(B)318.61º95.18%65.1%-
XYZ19.029.5717.67-
YUV67.67155.85198.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.04%
GREEN value IS 8 (3.52% from 255) = 2.75%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=57.04%
G=2.75%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166811700.950.300.35318.6190.834.12
HexA687505F1E2313f5b22
Octal246101650137364347713342
Binary101001101000111010101011111111101000111001111111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60875; }

 p { color: rgb(166,8,117); }

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

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

 a { background-color: rgb(166,8,117); }

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

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

 span { border-color: rgb(166,8,117); }

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