Shades of Amethyst #A96DC1
Tints of Amethyst #A96DC1
RGB
CMYK
RGB Variations
Color information
#A96DC1 (or 0xA96DC1) is known color: Amethyst. HEX triplet: A9, 6D and C1. RGB value is (169,109,193). Sum of RGB (Red+Green+Blue) = 169+109+193=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #A96DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DC1 is #56923E. Grayscale: #888888. Windows color (decimal): -5673535 or 12676521. OLE color: 12676521.
HSL color Cylindrical-coordinate representation of color #A96DC1: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96DC1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 109 | 193 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.24 |
| HSL | 282.86º | 0.4% | 0.59% | - |
| HSV(B) | 282.86º | 0.44% | 0.76% | - |
| XYZ | 31.46 | 23.22 | 53.28 | - |
| YUV | 136.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 193 | 0.12 | 0.44 | 0 | 0.24 | 282.86 | 0.4 | 0.59 |
| Hex | A9 | 6D | C1 | C | 2C | 0 | 18 | 11B | 28 | 3B |
| Octal | 251 | 155 | 301 | 14 | 54 | 0 | 30 | 433 | 50 | 73 |
| Binary | 10101001 | 1101101 | 11000001 | 1100 | 101100 | 0 | 11000 | 100011011 | 101000 | 111011 |
Color Harmonies of #A96DC1
Complementary color
Monochromatic Colors of #A96DC1
Black with #A96DC1
Text Example
Text Example
White with #A96DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DC1; }
p { color: rgb(169,109,193); }
H1.HeaderClassName
{
color: #A96DC1;
}
.AnyTagClassName
{
color: #A96DC1;
}
</style>
background-color css
<style>
a { background-color: #A96DC1; }
a { background-color: rgb(169,109,193); }
div.DivClassName
{
background-color: #A96DC1;
}
.BgClassName
{
background-color: #A96DC1;
}
</style>
border-color css
<style>
span { border-color: #A96DC1; }
span { border-color: rgb(169,109,193); }
td.TdClassName
{
border-color: #A96DC1;
}
.TagClassName
{
border-color: #A96DC1;
}
</style>