Shades of Amethyst #AD70D9
Tints of Amethyst #AD70D9
RGB
CMYK
RGB Variations
Color information
#AD70D9 (or 0xAD70D9) is known color: Amethyst. HEX triplet: AD, 70 and D9. RGB value is (173,112,217). Sum of RGB (Red+Green+Blue) = 173+112+217=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD70D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70D9 is #528F26. Grayscale: #8D8D8D. Windows color (decimal): -5410599 or 14250157. OLE color: 14250157.
HSL color Cylindrical-coordinate representation of color #AD70D9: hue angle of 274.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD70D9 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 112 | 217 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.15 |
| HSL | 274.86º | 0.58% | 0.65% | - |
| HSV(B) | 274.86º | 0.48% | 0.85% | - |
| XYZ | 35.55 | 25.48 | 68.69 | - |
| YUV | 142.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 217 | 0.20 | 0.48 | 0 | 0.15 | 274.86 | 0.58 | 0.65 |
| Hex | AD | 70 | D9 | 14 | 30 | 0 | F | 113 | 3A | 41 |
| Octal | 255 | 160 | 331 | 24 | 60 | 0 | 17 | 423 | 72 | 101 |
| Binary | 10101101 | 1110000 | 11011001 | 10100 | 110000 | 0 | 1111 | 100010011 | 111010 | 1000001 |
Color Harmonies of #AD70D9
Complementary color
Monochromatic Colors of #AD70D9
Black with #AD70D9
Text Example
Text Example
White with #AD70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70D9; }
p { color: rgb(173,112,217); }
H1.HeaderClassName
{
color: #AD70D9;
}
.AnyTagClassName
{
color: #AD70D9;
}
</style>
background-color css
<style>
a { background-color: #AD70D9; }
a { background-color: rgb(173,112,217); }
div.DivClassName
{
background-color: #AD70D9;
}
.BgClassName
{
background-color: #AD70D9;
}
</style>
border-color css
<style>
span { border-color: #AD70D9; }
span { border-color: rgb(173,112,217); }
td.TdClassName
{
border-color: #AD70D9;
}
.TagClassName
{
border-color: #AD70D9;
}
</style>