Shades of Amethyst #AD71D0
Tints of Amethyst #AD71D0
RGB
CMYK
RGB Variations
Color information
#AD71D0 (or 0xAD71D0) is known color: Amethyst. HEX triplet: AD, 71 and D0. RGB value is (173,113,208). Sum of RGB (Red+Green+Blue) = 173+113+208=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD71D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71D0 is #528E2F. Grayscale: #8D8D8D. Windows color (decimal): -5410352 or 13660589. OLE color: 13660589.
HSL color Cylindrical-coordinate representation of color #AD71D0: hue angle of 277.89º degrees, saturation: 0.5, 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 #AD71D0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 113 | 208 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.18 |
| HSL | 277.89º | 0.5% | 0.63% | - |
| HSV(B) | 277.89º | 0.46% | 0.82% | - |
| XYZ | 34.52 | 25.25 | 62.73 | - |
| YUV | 141.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 208 | 0.17 | 0.46 | 0 | 0.18 | 277.89 | 0.5 | 0.63 |
| Hex | AD | 71 | D0 | 11 | 2E | 0 | 12 | 116 | 32 | 3F |
| Octal | 255 | 161 | 320 | 21 | 56 | 0 | 22 | 426 | 62 | 77 |
| Binary | 10101101 | 1110001 | 11010000 | 10001 | 101110 | 0 | 10010 | 100010110 | 110010 | 111111 |
Color Harmonies of #AD71D0
Complementary color
Monochromatic Colors of #AD71D0
Black with #AD71D0
Text Example
Text Example
White with #AD71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71D0; }
p { color: rgb(173,113,208); }
H1.HeaderClassName
{
color: #AD71D0;
}
.AnyTagClassName
{
color: #AD71D0;
}
</style>
background-color css
<style>
a { background-color: #AD71D0; }
a { background-color: rgb(173,113,208); }
div.DivClassName
{
background-color: #AD71D0;
}
.BgClassName
{
background-color: #AD71D0;
}
</style>
border-color css
<style>
span { border-color: #AD71D0; }
span { border-color: rgb(173,113,208); }
td.TdClassName
{
border-color: #AD71D0;
}
.TagClassName
{
border-color: #AD71D0;
}
</style>