#A66BC6

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

Shades of Amethyst #A66BC6

Tints of Amethyst #A66BC6

Color information

#A66BC6 (or 0xA66BC6) is unknown color: approx Amethyst. HEX triplet: A6, 6B and C6. RGB value is (166,107,198). Sum of RGB (Red+Green+Blue) = 166+107+198=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #A66BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BC6 is #599439. Grayscale: #868686. Windows color (decimal): -5870650 or 13003686. OLE color: 13003686.

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

Color convert

RGB166107198-
CMYK0.160.4600.22
HSL278.9º44.39%59.8%-
HSV(B)278.9º45.96%77.65%-
XYZ31.1822.756.16-
YUV135.01163.55150.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=35.24%
G=22.72%
B=42.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661071980.160.4600.22278.944.3959.8
HexA66BC6102E0161172c3c
Octal24615330620560264275474
Binary1010011011010111100011010000101110010110100010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BC6; }

 p { color: rgb(166,107,198); }

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

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

 a { background-color: rgb(166,107,198); }

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

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

 span { border-color: rgb(166,107,198); }

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