Shades of Amethyst #A668DD
Tints of Amethyst #A668DD
RGB
CMYK
RGB Variations
Color information
#A668DD (or 0xA668DD) is known color: Amethyst. HEX triplet: A6, 68 and DD. RGB value is (166,104,221). Sum of RGB (Red+Green+Blue) = 166+104+221=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #A668DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668DD is #599722. Grayscale: #878787. Windows color (decimal): -5871395 or 14510246. OLE color: 14510246.
HSL color Cylindrical-coordinate representation of color #A668DD: hue angle of 271.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A668DD is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 104 | 221 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.13 |
| HSL | 271.79º | 0.63% | 0.64% | - |
| HSV(B) | 271.79º | 0.53% | 0.87% | - |
| XYZ | 33.73 | 23.23 | 71.11 | - |
| YUV | 135.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 221 | 0.25 | 0.53 | 0 | 0.13 | 271.79 | 0.63 | 0.64 |
| Hex | A6 | 68 | DD | 19 | 35 | 0 | D | 110 | 3F | 40 |
| Octal | 246 | 150 | 335 | 31 | 65 | 0 | 15 | 420 | 77 | 100 |
| Binary | 10100110 | 1101000 | 11011101 | 11001 | 110101 | 0 | 1101 | 100010000 | 111111 | 1000000 |
Color Harmonies of #A668DD
Complementary color
Monochromatic Colors of #A668DD
Black with #A668DD
Text Example
Text Example
White with #A668DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A668DD; }
p { color: rgb(166,104,221); }
H1.HeaderClassName
{
color: #A668DD;
}
.AnyTagClassName
{
color: #A668DD;
}
</style>
background-color css
<style>
a { background-color: #A668DD; }
a { background-color: rgb(166,104,221); }
div.DivClassName
{
background-color: #A668DD;
}
.BgClassName
{
background-color: #A668DD;
}
</style>
border-color css
<style>
span { border-color: #A668DD; }
span { border-color: rgb(166,104,221); }
td.TdClassName
{
border-color: #A668DD;
}
.TagClassName
{
border-color: #A668DD;
}
</style>