Shades of Amethyst #AD79D3
Tints of Amethyst #AD79D3
RGB
CMYK
RGB Variations
Color information
#AD79D3 (or 0xAD79D3) is known color: Amethyst. HEX triplet: AD, 79 and D3. RGB value is (173,121,211). Sum of RGB (Red+Green+Blue) = 173+121+211=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD79D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79D3 is #52862C. Grayscale: #929292. Windows color (decimal): -5408301 or 13859245. OLE color: 13859245.
HSL color Cylindrical-coordinate representation of color #AD79D3: hue angle of 274.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD79D3 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 121 | 211 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.17 |
| HSL | 274.67º | 0.51% | 0.65% | - |
| HSV(B) | 274.67º | 0.43% | 0.83% | - |
| XYZ | 35.83 | 27.26 | 65 | - |
| YUV | 146.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 211 | 0.18 | 0.43 | 0 | 0.17 | 274.67 | 0.51 | 0.65 |
| Hex | AD | 79 | D3 | 12 | 2B | 0 | 11 | 113 | 33 | 41 |
| Octal | 255 | 171 | 323 | 22 | 53 | 0 | 21 | 423 | 63 | 101 |
| Binary | 10101101 | 1111001 | 11010011 | 10010 | 101011 | 0 | 10001 | 100010011 | 110011 | 1000001 |
Color Harmonies of #AD79D3
Complementary color
Monochromatic Colors of #AD79D3
Black with #AD79D3
Text Example
Text Example
White with #AD79D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD79D3; }
p { color: rgb(173,121,211); }
H1.HeaderClassName
{
color: #AD79D3;
}
.AnyTagClassName
{
color: #AD79D3;
}
</style>
background-color css
<style>
a { background-color: #AD79D3; }
a { background-color: rgb(173,121,211); }
div.DivClassName
{
background-color: #AD79D3;
}
.BgClassName
{
background-color: #AD79D3;
}
</style>
border-color css
<style>
span { border-color: #AD79D3; }
span { border-color: rgb(173,121,211); }
td.TdClassName
{
border-color: #AD79D3;
}
.TagClassName
{
border-color: #AD79D3;
}
</style>