Shades of Amethyst #AD79D7
Tints of Amethyst #AD79D7
RGB
CMYK
RGB Variations
Color information
#AD79D7 (or 0xAD79D7) is known color: Amethyst. HEX triplet: AD, 79 and D7. RGB value is (173,121,215). Sum of RGB (Red+Green+Blue) = 173+121+215=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD79D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79D7 is #528628. Grayscale: #929292. Windows color (decimal): -5408297 or 14121389. OLE color: 14121389.
HSL color Cylindrical-coordinate representation of color #AD79D7: hue angle of 273.19º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD79D7 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 121 | 215 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.16 |
| HSL | 273.19º | 0.54% | 0.66% | - |
| HSV(B) | 273.19º | 0.44% | 0.84% | - |
| XYZ | 36.34 | 27.47 | 67.68 | - |
| YUV | 147.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 215 | 0.20 | 0.44 | 0 | 0.16 | 273.19 | 0.54 | 0.66 |
| Hex | AD | 79 | D7 | 14 | 2C | 0 | 10 | 111 | 36 | 42 |
| Octal | 255 | 171 | 327 | 24 | 54 | 0 | 20 | 421 | 66 | 102 |
| Binary | 10101101 | 1111001 | 11010111 | 10100 | 101100 | 0 | 10000 | 100010001 | 110110 | 1000010 |
Color Harmonies of #AD79D7
Complementary color
Monochromatic Colors of #AD79D7
Black with #AD79D7
Text Example
Text Example
White with #AD79D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD79D7; }
p { color: rgb(173,121,215); }
H1.HeaderClassName
{
color: #AD79D7;
}
.AnyTagClassName
{
color: #AD79D7;
}
</style>
background-color css
<style>
a { background-color: #AD79D7; }
a { background-color: rgb(173,121,215); }
div.DivClassName
{
background-color: #AD79D7;
}
.BgClassName
{
background-color: #AD79D7;
}
</style>
border-color css
<style>
span { border-color: #AD79D7; }
span { border-color: rgb(173,121,215); }
td.TdClassName
{
border-color: #AD79D7;
}
.TagClassName
{
border-color: #AD79D7;
}
</style>