Shades of Amethyst #A966DF
Tints of Amethyst #A966DF
RGB
CMYK
RGB Variations
Color information
#A966DF (or 0xA966DF) is known color: Amethyst. HEX triplet: A9, 66 and DF. RGB value is (169,102,223). Sum of RGB (Red+Green+Blue) = 169+102+223=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #A966DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966DF is #569920. Grayscale: #878787. Windows color (decimal): -5675297 or 14640809. OLE color: 14640809.
HSL color Cylindrical-coordinate representation of color #A966DF: hue angle of 273.22º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A966DF is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 102 | 223 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.13 |
| HSL | 273.22º | 0.65% | 0.64% | - |
| HSV(B) | 273.22º | 0.54% | 0.87% | - |
| XYZ | 34.43 | 23.27 | 72.49 | - |
| YUV | 135.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 223 | 0.24 | 0.54 | 0 | 0.13 | 273.22 | 0.65 | 0.64 |
| Hex | A9 | 66 | DF | 18 | 36 | 0 | D | 111 | 41 | 40 |
| Octal | 251 | 146 | 337 | 30 | 66 | 0 | 15 | 421 | 101 | 100 |
| Binary | 10101001 | 1100110 | 11011111 | 11000 | 110110 | 0 | 1101 | 100010001 | 1000001 | 1000000 |
Color Harmonies of #A966DF
Complementary color
Monochromatic Colors of #A966DF
Black with #A966DF
Text Example
Text Example
White with #A966DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A966DF; }
p { color: rgb(169,102,223); }
H1.HeaderClassName
{
color: #A966DF;
}
.AnyTagClassName
{
color: #A966DF;
}
</style>
background-color css
<style>
a { background-color: #A966DF; }
a { background-color: rgb(169,102,223); }
div.DivClassName
{
background-color: #A966DF;
}
.BgClassName
{
background-color: #A966DF;
}
</style>
border-color css
<style>
span { border-color: #A966DF; }
span { border-color: rgb(169,102,223); }
td.TdClassName
{
border-color: #A966DF;
}
.TagClassName
{
border-color: #A966DF;
}
</style>