Shades of Amethyst #AD79D5
Tints of Amethyst #AD79D5
RGB
CMYK
RGB Variations
Color information
#AD79D5 (or 0xAD79D5) is known color: Amethyst. HEX triplet: AD, 79 and D5. RGB value is (173,121,213). Sum of RGB (Red+Green+Blue) = 173+121+213=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD79D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79D5 is #52862A. Grayscale: #929292. Windows color (decimal): -5408299 or 13990317. OLE color: 13990317.
HSL color Cylindrical-coordinate representation of color #AD79D5: hue angle of 273.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD79D5 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 121 | 213 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.16 |
| HSL | 273.91º | 0.52% | 0.65% | - |
| HSV(B) | 273.91º | 0.43% | 0.84% | - |
| XYZ | 36.08 | 27.36 | 66.33 | - |
| YUV | 147.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 213 | 0.19 | 0.43 | 0 | 0.16 | 273.91 | 0.52 | 0.65 |
| Hex | AD | 79 | D5 | 13 | 2B | 0 | 10 | 112 | 34 | 41 |
| Octal | 255 | 171 | 325 | 23 | 53 | 0 | 20 | 422 | 64 | 101 |
| Binary | 10101101 | 1111001 | 11010101 | 10011 | 101011 | 0 | 10000 | 100010010 | 110100 | 1000001 |
Color Harmonies of #AD79D5
Complementary color
Monochromatic Colors of #AD79D5
Black with #AD79D5
Text Example
Text Example
White with #AD79D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD79D5; }
p { color: rgb(173,121,213); }
H1.HeaderClassName
{
color: #AD79D5;
}
.AnyTagClassName
{
color: #AD79D5;
}
</style>
background-color css
<style>
a { background-color: #AD79D5; }
a { background-color: rgb(173,121,213); }
div.DivClassName
{
background-color: #AD79D5;
}
.BgClassName
{
background-color: #AD79D5;
}
</style>
border-color css
<style>
span { border-color: #AD79D5; }
span { border-color: rgb(173,121,213); }
td.TdClassName
{
border-color: #AD79D5;
}
.TagClassName
{
border-color: #AD79D5;
}
</style>