Shades of Amethyst #A966DD
Tints of Amethyst #A966DD
RGB
CMYK
RGB Variations
Color information
#A966DD (or 0xA966DD) is known color: Amethyst. HEX triplet: A9, 66 and DD. RGB value is (169,102,221). Sum of RGB (Red+Green+Blue) = 169+102+221=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #A966DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966DD is #569922. Grayscale: #878787. Windows color (decimal): -5675299 or 14509737. OLE color: 14509737.
HSL color Cylindrical-coordinate representation of color #A966DD: hue angle of 273.78º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A966DD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 102 | 221 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.13 |
| HSL | 273.78º | 0.64% | 0.63% | - |
| HSV(B) | 273.78º | 0.54% | 0.87% | - |
| XYZ | 34.16 | 23.16 | 71.08 | - |
| YUV | 135.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 221 | 0.24 | 0.54 | 0 | 0.13 | 273.78 | 0.64 | 0.63 |
| Hex | A9 | 66 | DD | 18 | 36 | 0 | D | 112 | 40 | 3F |
| Octal | 251 | 146 | 335 | 30 | 66 | 0 | 15 | 422 | 100 | 77 |
| Binary | 10101001 | 1100110 | 11011101 | 11000 | 110110 | 0 | 1101 | 100010010 | 1000000 | 111111 |
Color Harmonies of #A966DD
Complementary color
Monochromatic Colors of #A966DD
Black with #A966DD
Text Example
Text Example
White with #A966DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A966DD; }
p { color: rgb(169,102,221); }
H1.HeaderClassName
{
color: #A966DD;
}
.AnyTagClassName
{
color: #A966DD;
}
</style>
background-color css
<style>
a { background-color: #A966DD; }
a { background-color: rgb(169,102,221); }
div.DivClassName
{
background-color: #A966DD;
}
.BgClassName
{
background-color: #A966DD;
}
</style>
border-color css
<style>
span { border-color: #A966DD; }
span { border-color: rgb(169,102,221); }
td.TdClassName
{
border-color: #A966DD;
}
.TagClassName
{
border-color: #A966DD;
}
</style>