#A60065

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

Shades of Eggplant #A60065

Tints of Eggplant #A60065

Color information

#A60065 (or 0xA60065) is unknown color: approx Eggplant. HEX triplet: A6, 00 and 65. RGB value is (166,0,101). Sum of RGB (Red+Green+Blue) = 166+0+101=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A60065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60065 is #59FF9A. Grayscale: #3C3C3C. Windows color (decimal): -5898139 or 6619302. OLE color: 6619302.

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

Color convert

RGB1660101-
CMYK010.390.35
HSL323.49º100%32.55%-
HSV(B)323.49º100%65.1%-
XYZ18.079.0513.11-
YUV61.15150.5202.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=62.17%
G=0%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1660101010.390.35323.4910032.55
HexA606506427231436421
Octal24601450144474350314441
Binary1010011001100101011001001001111000111010000111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60065; }

 p { color: rgb(166,0,101); }

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

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

 a { background-color: rgb(166,0,101); }

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

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

 span { border-color: rgb(166,0,101); }

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