Shades of Amethyst #AD6DDB
Tints of Amethyst #AD6DDB
RGB
CMYK
RGB Variations
Color information
#AD6DDB (or 0xAD6DDB) is known color: Amethyst. HEX triplet: AD, 6D and DB. RGB value is (173,109,219). Sum of RGB (Red+Green+Blue) = 173+109+219=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DDB is #529224. Grayscale: #8C8C8C. Windows color (decimal): -5411365 or 14380461. OLE color: 14380461.
HSL color Cylindrical-coordinate representation of color #AD6DDB: hue angle of 274.91º 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 #AD6DDB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 109 | 219 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.14 |
| HSL | 274.91º | 0.6% | 0.64% | - |
| HSV(B) | 274.91º | 0.5% | 0.86% | - |
| XYZ | 35.49 | 24.94 | 69.96 | - |
| YUV | 140.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 219 | 0.21 | 0.50 | 0 | 0.14 | 274.91 | 0.6 | 0.64 |
| Hex | AD | 6D | DB | 15 | 32 | 0 | E | 113 | 3C | 40 |
| Octal | 255 | 155 | 333 | 25 | 62 | 0 | 16 | 423 | 74 | 100 |
| Binary | 10101101 | 1101101 | 11011011 | 10101 | 110010 | 0 | 1110 | 100010011 | 111100 | 1000000 |
Color Harmonies of #AD6DDB
Complementary color
Monochromatic Colors of #AD6DDB
Black with #AD6DDB
Text Example
Text Example
White with #AD6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DDB; }
p { color: rgb(173,109,219); }
H1.HeaderClassName
{
color: #AD6DDB;
}
.AnyTagClassName
{
color: #AD6DDB;
}
</style>
background-color css
<style>
a { background-color: #AD6DDB; }
a { background-color: rgb(173,109,219); }
div.DivClassName
{
background-color: #AD6DDB;
}
.BgClassName
{
background-color: #AD6DDB;
}
</style>
border-color css
<style>
span { border-color: #AD6DDB; }
span { border-color: rgb(173,109,219); }
td.TdClassName
{
border-color: #AD6DDB;
}
.TagClassName
{
border-color: #AD6DDB;
}
</style>