Shades of Amethyst #A96DD7
Tints of Amethyst #A96DD7
RGB
CMYK
RGB Variations
Color information
#A96DD7 (or 0xA96DD7) is known color: Amethyst. HEX triplet: A9, 6D and D7. RGB value is (169,109,215). Sum of RGB (Red+Green+Blue) = 169+109+215=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #A96DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DD7 is #569228. Grayscale: #8A8A8A. Windows color (decimal): -5673513 or 14118313. OLE color: 14118313.
HSL color Cylindrical-coordinate representation of color #A96DD7: hue angle of 273.96º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A96DD7 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 109 | 215 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.16 |
| HSL | 273.96º | 0.57% | 0.64% | - |
| HSV(B) | 273.96º | 0.49% | 0.84% | - |
| XYZ | 34.1 | 24.28 | 67.18 | - |
| YUV | 139.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 215 | 0.21 | 0.49 | 0 | 0.16 | 273.96 | 0.57 | 0.64 |
| Hex | A9 | 6D | D7 | 15 | 31 | 0 | 10 | 112 | 39 | 40 |
| Octal | 251 | 155 | 327 | 25 | 61 | 0 | 20 | 422 | 71 | 100 |
| Binary | 10101001 | 1101101 | 11010111 | 10101 | 110001 | 0 | 10000 | 100010010 | 111001 | 1000000 |
Color Harmonies of #A96DD7
Complementary color
Monochromatic Colors of #A96DD7
Black with #A96DD7
Text Example
Text Example
White with #A96DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DD7; }
p { color: rgb(169,109,215); }
H1.HeaderClassName
{
color: #A96DD7;
}
.AnyTagClassName
{
color: #A96DD7;
}
</style>
background-color css
<style>
a { background-color: #A96DD7; }
a { background-color: rgb(169,109,215); }
div.DivClassName
{
background-color: #A96DD7;
}
.BgClassName
{
background-color: #A96DD7;
}
</style>
border-color css
<style>
span { border-color: #A96DD7; }
span { border-color: rgb(169,109,215); }
td.TdClassName
{
border-color: #A96DD7;
}
.TagClassName
{
border-color: #A96DD7;
}
</style>