#A66DC9

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

Shades of Amethyst #A66DC9

Tints of Amethyst #A66DC9

Color information

#A66DC9 (or 0xA66DC9) is unknown color: approx Amethyst. HEX triplet: A6, 6D and C9. RGB value is (166,109,201). Sum of RGB (Red+Green+Blue) = 166+109+201=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #A66DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66DC9 is #599236. Grayscale: #888888. Windows color (decimal): -5870135 or 13200806. OLE color: 13200806.

HSL color Cylindrical-coordinate representation of color #A66DC9: hue angle of 277.17º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66DC9 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166109201-
CMYK0.170.4600.21
HSL277.17º46%60.78%-
HSV(B)277.17º45.77%78.82%-
XYZ31.7423.2658.08-
YUV136.53164.38149.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=34.87%
G=22.90%
B=42.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661092010.170.4600.21277.174660.78
HexA66DC9112E0151152e3d
Octal24615531121560254255675
Binary1010011011011011100100110001101110010101100010101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66DC9; }

 p { color: rgb(166,109,201); }

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

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

 a { background-color: rgb(166,109,201); }

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

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

 span { border-color: rgb(166,109,201); }

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