Shades of Amethyst #A96DDD
Tints of Amethyst #A96DDD
RGB
CMYK
RGB Variations
Color information
#A96DDD (or 0xA96DDD) is known color: Amethyst. HEX triplet: A9, 6D and DD. RGB value is (169,109,221). Sum of RGB (Red+Green+Blue) = 169+109+221=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #A96DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DDD is #569222. Grayscale: #8B8B8B. Windows color (decimal): -5673507 or 14511529. OLE color: 14511529.
HSL color Cylindrical-coordinate representation of color #A96DDD: hue angle of 272.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A96DDD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 109 | 221 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.13 |
| HSL | 272.14º | 0.62% | 0.65% | - |
| HSV(B) | 272.14º | 0.51% | 0.87% | - |
| XYZ | 34.88 | 24.59 | 71.32 | - |
| YUV | 139.71 | 173.88 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 221 | 0.24 | 0.51 | 0 | 0.13 | 272.14 | 0.62 | 0.65 |
| Hex | A9 | 6D | DD | 18 | 33 | 0 | D | 110 | 3E | 41 |
| Octal | 251 | 155 | 335 | 30 | 63 | 0 | 15 | 420 | 76 | 101 |
| Binary | 10101001 | 1101101 | 11011101 | 11000 | 110011 | 0 | 1101 | 100010000 | 111110 | 1000001 |
Color Harmonies of #A96DDD
Complementary color
Monochromatic Colors of #A96DDD
Black with #A96DDD
Text Example
Text Example
White with #A96DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DDD; }
p { color: rgb(169,109,221); }
H1.HeaderClassName
{
color: #A96DDD;
}
.AnyTagClassName
{
color: #A96DDD;
}
</style>
background-color css
<style>
a { background-color: #A96DDD; }
a { background-color: rgb(169,109,221); }
div.DivClassName
{
background-color: #A96DDD;
}
.BgClassName
{
background-color: #A96DDD;
}
</style>
border-color css
<style>
span { border-color: #A96DDD; }
span { border-color: rgb(169,109,221); }
td.TdClassName
{
border-color: #A96DDD;
}
.TagClassName
{
border-color: #A96DDD;
}
</style>