#A66EC7

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

Shades of Amethyst #A66EC7

Tints of Amethyst #A66EC7

Color information

#A66EC7 (or 0xA66EC7) is unknown color: approx Amethyst. HEX triplet: A6, 6E and C7. RGB value is (166,110,199). Sum of RGB (Red+Green+Blue) = 166+110+199=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #A66EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66EC7 is #599138. Grayscale: #888888. Windows color (decimal): -5869881 or 13069990. OLE color: 13069990.

HSL color Cylindrical-coordinate representation of color #A66EC7: hue angle of 277.75º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A66EC7 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166110199-
CMYK0.170.4500.22
HSL277.75º44.28%60.59%-
HSV(B)277.75º44.72%78.04%-
XYZ31.6123.3856.88-
YUV136.89163.05148.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 199 (78.12% from 255) = 41.89%
R=34.95%
G=23.16%
B=41.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661101990.170.4500.22277.7544.2860.59
HexA66EC7112D0161162c3d
Octal24615630721550264265475
Binary1010011011011101100011110001101101010110100010110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EC7; }

 p { color: rgb(166,110,199); }

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

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

 a { background-color: rgb(166,110,199); }

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

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

 span { border-color: rgb(166,110,199); }

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