Shades of Amethyst #AD79DB
Tints of Amethyst #AD79DB
RGB
CMYK
RGB Variations
Color information
#AD79DB (or 0xAD79DB) is known color: Amethyst. HEX triplet: AD, 79 and DB. RGB value is (173,121,219). Sum of RGB (Red+Green+Blue) = 173+121+219=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79DB is #528624. Grayscale: #939393. Windows color (decimal): -5408293 or 14383533. OLE color: 14383533.
HSL color Cylindrical-coordinate representation of color #AD79DB: hue angle of 271.84º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD79DB is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 121 | 219 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.14 |
| HSL | 271.84º | 0.58% | 0.67% | - |
| HSV(B) | 271.84º | 0.45% | 0.86% | - |
| XYZ | 36.86 | 27.67 | 70.42 | - |
| YUV | 147.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 219 | 0.21 | 0.45 | 0 | 0.14 | 271.84 | 0.58 | 0.67 |
| Hex | AD | 79 | DB | 15 | 2D | 0 | E | 110 | 3A | 43 |
| Octal | 255 | 171 | 333 | 25 | 55 | 0 | 16 | 420 | 72 | 103 |
| Binary | 10101101 | 1111001 | 11011011 | 10101 | 101101 | 0 | 1110 | 100010000 | 111010 | 1000011 |
Color Harmonies of #AD79DB
Complementary color
Monochromatic Colors of #AD79DB
Black with #AD79DB
Text Example
Text Example
White with #AD79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD79DB; }
p { color: rgb(173,121,219); }
H1.HeaderClassName
{
color: #AD79DB;
}
.AnyTagClassName
{
color: #AD79DB;
}
</style>
background-color css
<style>
a { background-color: #AD79DB; }
a { background-color: rgb(173,121,219); }
div.DivClassName
{
background-color: #AD79DB;
}
.BgClassName
{
background-color: #AD79DB;
}
</style>
border-color css
<style>
span { border-color: #AD79DB; }
span { border-color: rgb(173,121,219); }
td.TdClassName
{
border-color: #AD79DB;
}
.TagClassName
{
border-color: #AD79DB;
}
</style>