Shades of Amethyst #A96DDB
Tints of Amethyst #A96DDB
RGB
CMYK
RGB Variations
Color information
#A96DDB (or 0xA96DDB) is known color: Amethyst. HEX triplet: A9, 6D and DB. RGB value is (169,109,219). Sum of RGB (Red+Green+Blue) = 169+109+219=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #A96DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DDB is #569224. Grayscale: #8B8B8B. Windows color (decimal): -5673509 or 14380457. OLE color: 14380457.
HSL color Cylindrical-coordinate representation of color #A96DDB: hue angle of 272.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96DDB is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 109 | 219 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.14 |
| HSL | 272.73º | 0.6% | 0.64% | - |
| HSV(B) | 272.73º | 0.5% | 0.86% | - |
| XYZ | 34.62 | 24.49 | 69.92 | - |
| YUV | 139.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 109 | 219 | 0.23 | 0.50 | 0 | 0.14 | 272.73 | 0.6 | 0.64 |
| Hex | A9 | 6D | DB | 17 | 32 | 0 | E | 111 | 3C | 40 |
| Octal | 251 | 155 | 333 | 27 | 62 | 0 | 16 | 421 | 74 | 100 |
| Binary | 10101001 | 1101101 | 11011011 | 10111 | 110010 | 0 | 1110 | 100010001 | 111100 | 1000000 |
Color Harmonies of #A96DDB
Complementary color
Monochromatic Colors of #A96DDB
Black with #A96DDB
Text Example
Text Example
White with #A96DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96DDB; }
p { color: rgb(169,109,219); }
H1.HeaderClassName
{
color: #A96DDB;
}
.AnyTagClassName
{
color: #A96DDB;
}
</style>
background-color css
<style>
a { background-color: #A96DDB; }
a { background-color: rgb(169,109,219); }
div.DivClassName
{
background-color: #A96DDB;
}
.BgClassName
{
background-color: #A96DDB;
}
</style>
border-color css
<style>
span { border-color: #A96DDB; }
span { border-color: rgb(169,109,219); }
td.TdClassName
{
border-color: #A96DDB;
}
.TagClassName
{
border-color: #A96DDB;
}
</style>