Shades of Amethyst #AD70D0
Tints of Amethyst #AD70D0
RGB
CMYK
RGB Variations
Color information
#AD70D0 (or 0xAD70D0) is known color: Amethyst. HEX triplet: AD, 70 and D0. RGB value is (173,112,208). Sum of RGB (Red+Green+Blue) = 173+112+208=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD70D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70D0 is #528F2F. Grayscale: #8C8C8C. Windows color (decimal): -5410608 or 13660333. OLE color: 13660333.
HSL color Cylindrical-coordinate representation of color #AD70D0: hue angle of 278.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD70D0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 112 | 208 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.18 |
| HSL | 278.13º | 0.51% | 0.63% | - |
| HSV(B) | 278.13º | 0.46% | 0.82% | - |
| XYZ | 34.41 | 25.03 | 62.69 | - |
| YUV | 141.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 208 | 0.17 | 0.46 | 0 | 0.18 | 278.13 | 0.51 | 0.63 |
| Hex | AD | 70 | D0 | 11 | 2E | 0 | 12 | 116 | 33 | 3F |
| Octal | 255 | 160 | 320 | 21 | 56 | 0 | 22 | 426 | 63 | 77 |
| Binary | 10101101 | 1110000 | 11010000 | 10001 | 101110 | 0 | 10010 | 100010110 | 110011 | 111111 |
Color Harmonies of #AD70D0
Complementary color
Monochromatic Colors of #AD70D0
Black with #AD70D0
Text Example
Text Example
White with #AD70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD70D0; }
p { color: rgb(173,112,208); }
H1.HeaderClassName
{
color: #AD70D0;
}
.AnyTagClassName
{
color: #AD70D0;
}
</style>
background-color css
<style>
a { background-color: #AD70D0; }
a { background-color: rgb(173,112,208); }
div.DivClassName
{
background-color: #AD70D0;
}
.BgClassName
{
background-color: #AD70D0;
}
</style>
border-color css
<style>
span { border-color: #AD70D0; }
span { border-color: rgb(173,112,208); }
td.TdClassName
{
border-color: #AD70D0;
}
.TagClassName
{
border-color: #AD70D0;
}
</style>