Shades of Amethyst #A96DCF
Tints of Amethyst #A96DCF
RGB
CMYK
RGB Variations
Color information
#A96DCF (or 0xA96DCF) is known color: Amethyst. HEX triplet: A9, 6D and CF. RGB value is (169,109,207). Sum of RGB (Red+Green+Blue) = 169+109+207=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A96DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DCF is #569230. Grayscale: #898989. Windows color (decimal): -5673521 or 13594025. OLE color: 13594025.
HSL color Cylindrical-coordinate representation of color #A96DCF: hue angle of 276.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96DCF is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 109 | 207 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.19 |
| HSL | 276.73º | 0.51% | 0.62% | - |
| HSV(B) | 276.73º | 0.47% | 0.81% | - |
| XYZ | 33.09 | 23.88 | 61.9 | - |
| YUV | 138.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 207 | 0.18 | 0.47 | 0 | 0.19 | 276.73 | 0.51 | 0.62 |
| Hex | A9 | 6D | CF | 12 | 2F | 0 | 13 | 115 | 33 | 3E |
| Octal | 251 | 155 | 317 | 22 | 57 | 0 | 23 | 425 | 63 | 76 |
| Binary | 10101001 | 1101101 | 11001111 | 10010 | 101111 | 0 | 10011 | 100010101 | 110011 | 111110 |
Color Harmonies of #A96DCF
Complementary color
Monochromatic Colors of #A96DCF
Black with #A96DCF
Text Example
Text Example
White with #A96DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DCF; }
p { color: rgb(169,109,207); }
H1.HeaderClassName
{
color: #A96DCF;
}
.AnyTagClassName
{
color: #A96DCF;
}
</style>
background-color css
<style>
a { background-color: #A96DCF; }
a { background-color: rgb(169,109,207); }
div.DivClassName
{
background-color: #A96DCF;
}
.BgClassName
{
background-color: #A96DCF;
}
</style>
border-color css
<style>
span { border-color: #A96DCF; }
span { border-color: rgb(169,109,207); }
td.TdClassName
{
border-color: #A96DCF;
}
.TagClassName
{
border-color: #A96DCF;
}
</style>