#A60375

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

Shades of Eggplant #A60375

Tints of Eggplant #A60375

Color information

#A60375 (or 0xA60375) is unknown color: approx Eggplant. HEX triplet: A6, 03 and 75. RGB value is (166,3,117). Sum of RGB (Red+Green+Blue) = 166+3+117=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A60375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60375 is #59FC8A. Grayscale: #404040. Windows color (decimal): -5897355 or 7668646. OLE color: 7668646.

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

Color convert

RGB1663117-
CMYK00.980.300.35
HSL318.04º96.45%33.14%-
HSV(B)318.04º98.19%65.1%-
XYZ18.979.4617.66-
YUV64.73157.5200.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.04%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=58.04%
G=1.05%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166311700.980.300.35318.0496.4533.14
HexA63750621E2313e6021
Octal24631650142364347614041
Binary1010011011111010101100010111101000111001111101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60375; }

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

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

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

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

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

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

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

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