Shades of Amethyst #A96DD1
Tints of Amethyst #A96DD1
RGB
CMYK
RGB Variations
Color information
#A96DD1 (or 0xA96DD1) is known color: Amethyst. HEX triplet: A9, 6D and D1. RGB value is (169,109,209). Sum of RGB (Red+Green+Blue) = 169+109+209=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #A96DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DD1 is #56922E. Grayscale: #8A8A8A. Windows color (decimal): -5673519 or 13725097. OLE color: 13725097.
HSL color Cylindrical-coordinate representation of color #A96DD1: hue angle of 276º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A96DD1 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 109 | 209 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.18 |
| HSL | 276º | 0.52% | 0.62% | - |
| HSV(B) | 276º | 0.48% | 0.82% | - |
| XYZ | 33.34 | 23.98 | 63.19 | - |
| YUV | 138.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 209 | 0.19 | 0.48 | 0 | 0.18 | 276 | 0.52 | 0.62 |
| Hex | A9 | 6D | D1 | 13 | 30 | 0 | 12 | 114 | 34 | 3E |
| Octal | 251 | 155 | 321 | 23 | 60 | 0 | 22 | 424 | 64 | 76 |
| Binary | 10101001 | 1101101 | 11010001 | 10011 | 110000 | 0 | 10010 | 100010100 | 110100 | 111110 |
Color Harmonies of #A96DD1
Complementary color
Monochromatic Colors of #A96DD1
Black with #A96DD1
Text Example
Text Example
White with #A96DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DD1; }
p { color: rgb(169,109,209); }
H1.HeaderClassName
{
color: #A96DD1;
}
.AnyTagClassName
{
color: #A96DD1;
}
</style>
background-color css
<style>
a { background-color: #A96DD1; }
a { background-color: rgb(169,109,209); }
div.DivClassName
{
background-color: #A96DD1;
}
.BgClassName
{
background-color: #A96DD1;
}
</style>
border-color css
<style>
span { border-color: #A96DD1; }
span { border-color: rgb(169,109,209); }
td.TdClassName
{
border-color: #A96DD1;
}
.TagClassName
{
border-color: #A96DD1;
}
</style>