Shades of Amethyst #A660DD
Tints of Amethyst #A660DD
RGB
CMYK
RGB Variations
Color information
#A660DD (or 0xA660DD) is known color: Amethyst. HEX triplet: A6, 60 and DD. RGB value is (166,96,221). Sum of RGB (Red+Green+Blue) = 166+96+221=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #A660DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A660DD is #599F22. Grayscale: #828282. Windows color (decimal): -5873443 or 14508198. OLE color: 14508198.
HSL color Cylindrical-coordinate representation of color #A660DD: hue angle of 273.6º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A660DD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 96 | 221 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.13 |
| HSL | 273.6º | 0.65% | 0.62% | - |
| HSV(B) | 273.6º | 0.57% | 0.87% | - |
| XYZ | 32.96 | 21.69 | 70.86 | - |
| YUV | 131.18 | 178.69 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 221 | 0.25 | 0.57 | 0 | 0.13 | 273.6 | 0.65 | 0.62 |
| Hex | A6 | 60 | DD | 19 | 39 | 0 | D | 112 | 41 | 3E |
| Octal | 246 | 140 | 335 | 31 | 71 | 0 | 15 | 422 | 101 | 76 |
| Binary | 10100110 | 1100000 | 11011101 | 11001 | 111001 | 0 | 1101 | 100010010 | 1000001 | 111110 |
Color Harmonies of #A660DD
Complementary color
Monochromatic Colors of #A660DD
Black with #A660DD
Text Example
Text Example
White with #A660DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A660DD; }
p { color: rgb(166,96,221); }
H1.HeaderClassName
{
color: #A660DD;
}
.AnyTagClassName
{
color: #A660DD;
}
</style>
background-color css
<style>
a { background-color: #A660DD; }
a { background-color: rgb(166,96,221); }
div.DivClassName
{
background-color: #A660DD;
}
.BgClassName
{
background-color: #A660DD;
}
</style>
border-color css
<style>
span { border-color: #A660DD; }
span { border-color: rgb(166,96,221); }
td.TdClassName
{
border-color: #A660DD;
}
.TagClassName
{
border-color: #A660DD;
}
</style>