#A60069

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

Shades of Eggplant #A60069

Tints of Eggplant #A60069

Color information

#A60069 (or 0xA60069) is unknown color: approx Eggplant. HEX triplet: A6, 00 and 69. RGB value is (166,0,105). Sum of RGB (Red+Green+Blue) = 166+0+105=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A60069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60069 is #59FF96. Grayscale: #3D3D3D. Windows color (decimal): -5898135 or 6881446. OLE color: 6881446.

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

Color convert

RGB1660105-
CMYK010.370.35
HSL322.05º100%32.55%-
HSV(B)322.05º100%65.1%-
XYZ18.289.1314.16-
YUV61.6152.5202.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=61.25%
G=0%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1660105010.370.35322.0510032.55
HexA606906425231426421
Octal24601510144454350214441
Binary1010011001101001011001001001011000111010000101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60069; }

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

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

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

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

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

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

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

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