Shades of Amethyst #AD71D6
Tints of Amethyst #AD71D6
RGB
CMYK
RGB Variations
Color information
#AD71D6 (or 0xAD71D6) is known color: Amethyst. HEX triplet: AD, 71 and D6. RGB value is (173,113,214). Sum of RGB (Red+Green+Blue) = 173+113+214=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD71D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71D6 is #528E29. Grayscale: #8E8E8E. Windows color (decimal): -5410346 or 14053805. OLE color: 14053805.
HSL color Cylindrical-coordinate representation of color #AD71D6: hue angle of 275.64º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD71D6 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 113 | 214 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.16 |
| HSL | 275.64º | 0.55% | 0.64% | - |
| HSV(B) | 275.64º | 0.47% | 0.84% | - |
| XYZ | 35.28 | 25.55 | 66.69 | - |
| YUV | 142.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 214 | 0.19 | 0.47 | 0 | 0.16 | 275.64 | 0.55 | 0.64 |
| Hex | AD | 71 | D6 | 13 | 2F | 0 | 10 | 114 | 37 | 40 |
| Octal | 255 | 161 | 326 | 23 | 57 | 0 | 20 | 424 | 67 | 100 |
| Binary | 10101101 | 1110001 | 11010110 | 10011 | 101111 | 0 | 10000 | 100010100 | 110111 | 1000000 |
Color Harmonies of #AD71D6
Complementary color
Monochromatic Colors of #AD71D6
Black with #AD71D6
Text Example
Text Example
White with #AD71D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71D6; }
p { color: rgb(173,113,214); }
H1.HeaderClassName
{
color: #AD71D6;
}
.AnyTagClassName
{
color: #AD71D6;
}
</style>
background-color css
<style>
a { background-color: #AD71D6; }
a { background-color: rgb(173,113,214); }
div.DivClassName
{
background-color: #AD71D6;
}
.BgClassName
{
background-color: #AD71D6;
}
</style>
border-color css
<style>
span { border-color: #AD71D6; }
span { border-color: rgb(173,113,214); }
td.TdClassName
{
border-color: #AD71D6;
}
.TagClassName
{
border-color: #AD71D6;
}
</style>