Shades of Amethyst #A66AD0
Tints of Amethyst #A66AD0
RGB
CMYK
RGB Variations
Color information
#A66AD0 (or 0xA66AD0) is known color: Amethyst. HEX triplet: A6, 6A and D0. RGB value is (166,106,208). Sum of RGB (Red+Green+Blue) = 166+106+208=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #A66AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66AD0 is #59952F. Grayscale: #878787. Windows color (decimal): -5870896 or 13658790. OLE color: 13658790.
HSL color Cylindrical-coordinate representation of color #A66AD0: hue angle of 275.29º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66AD0 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 106 | 208 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.18 |
| HSL | 275.29º | 0.52% | 0.62% | - |
| HSV(B) | 275.29º | 0.49% | 0.82% | - |
| XYZ | 32.27 | 22.97 | 62.41 | - |
| YUV | 135.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 208 | 0.20 | 0.49 | 0 | 0.18 | 275.29 | 0.52 | 0.62 |
| Hex | A6 | 6A | D0 | 14 | 31 | 0 | 12 | 113 | 34 | 3E |
| Octal | 246 | 152 | 320 | 24 | 61 | 0 | 22 | 423 | 64 | 76 |
| Binary | 10100110 | 1101010 | 11010000 | 10100 | 110001 | 0 | 10010 | 100010011 | 110100 | 111110 |
Color Harmonies of #A66AD0
Complementary color
Monochromatic Colors of #A66AD0
Black with #A66AD0
Text Example
Text Example
White with #A66AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66AD0; }
p { color: rgb(166,106,208); }
H1.HeaderClassName
{
color: #A66AD0;
}
.AnyTagClassName
{
color: #A66AD0;
}
</style>
background-color css
<style>
a { background-color: #A66AD0; }
a { background-color: rgb(166,106,208); }
div.DivClassName
{
background-color: #A66AD0;
}
.BgClassName
{
background-color: #A66AD0;
}
</style>
border-color css
<style>
span { border-color: #A66AD0; }
span { border-color: rgb(166,106,208); }
td.TdClassName
{
border-color: #A66AD0;
}
.TagClassName
{
border-color: #A66AD0;
}
</style>