Shades of Amethyst #A96ED1
Tints of Amethyst #A96ED1
RGB
CMYK
RGB Variations
Color information
#A96ED1 (or 0xA96ED1) is known color: Amethyst. HEX triplet: A9, 6E and D1. RGB value is (169,110,209). Sum of RGB (Red+Green+Blue) = 169+110+209=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #A96ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ED1 is #56912E. Grayscale: #8A8A8A. Windows color (decimal): -5673263 or 13725353. OLE color: 13725353.
HSL color Cylindrical-coordinate representation of color #A96ED1: hue angle of 275.76º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96ED1 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 110 | 209 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.18 |
| HSL | 275.76º | 0.52% | 0.63% | - |
| HSV(B) | 275.76º | 0.47% | 0.82% | - |
| XYZ | 33.45 | 24.19 | 63.23 | - |
| YUV | 138.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 209 | 0.19 | 0.47 | 0 | 0.18 | 275.76 | 0.52 | 0.63 |
| Hex | A9 | 6E | D1 | 13 | 2F | 0 | 12 | 114 | 34 | 3F |
| Octal | 251 | 156 | 321 | 23 | 57 | 0 | 22 | 424 | 64 | 77 |
| Binary | 10101001 | 1101110 | 11010001 | 10011 | 101111 | 0 | 10010 | 100010100 | 110100 | 111111 |
Color Harmonies of #A96ED1
Complementary color
Monochromatic Colors of #A96ED1
Black with #A96ED1
Text Example
Text Example
White with #A96ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96ED1; }
p { color: rgb(169,110,209); }
H1.HeaderClassName
{
color: #A96ED1;
}
.AnyTagClassName
{
color: #A96ED1;
}
</style>
background-color css
<style>
a { background-color: #A96ED1; }
a { background-color: rgb(169,110,209); }
div.DivClassName
{
background-color: #A96ED1;
}
.BgClassName
{
background-color: #A96ED1;
}
</style>
border-color css
<style>
span { border-color: #A96ED1; }
span { border-color: rgb(169,110,209); }
td.TdClassName
{
border-color: #A96ED1;
}
.TagClassName
{
border-color: #A96ED1;
}
</style>