#A0066F

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

Shades of Eggplant #A0066F

Tints of Eggplant #A0066F

Color information

#A0066F (or 0xA0066F) is unknown color: approx Eggplant. HEX triplet: A0, 06 and 6F. RGB value is (160,6,111). Sum of RGB (Red+Green+Blue) = 160+6+111=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0066F is #5FF990. Grayscale: #3F3F3F. Windows color (decimal): -6289809 or 7276192. OLE color: 7276192.

HSL color Cylindrical-coordinate representation of color #A0066F: hue angle of 319.09º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0066F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB1606111-
CMYK00.960.310.37
HSL319.09º92.77%32.55%-
HSV(B)319.09º96.25%62.75%-
XYZ17.438.7515.81-
YUV64.02154.52196.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=57.76%
G=2.17%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160611100.960.310.37319.0992.7732.55
HexA066F0601F2513f5d21
Octal24061570140374547713541
Binary10100000110110111101100000111111001011001111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0066F; }

 p { color: rgb(160,6,111); }

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

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

 a { background-color: rgb(160,6,111); }

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

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

 span { border-color: rgb(160,6,111); }

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