Shades of Amethyst #AD71DD
Tints of Amethyst #AD71DD
RGB
CMYK
RGB Variations
Color information
#AD71DD (or 0xAD71DD) is known color: Amethyst. HEX triplet: AD, 71 and DD. RGB value is (173,113,221). Sum of RGB (Red+Green+Blue) = 173+113+221=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD71DD is #528E22. Grayscale: #8E8E8E. Windows color (decimal): -5410339 or 14512557. OLE color: 14512557.
HSL color Cylindrical-coordinate representation of color #AD71DD: hue angle of 273.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD71DD is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 113 | 221 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.13 |
| HSL | 273.33º | 0.61% | 0.65% | - |
| HSV(B) | 273.33º | 0.49% | 0.87% | - |
| XYZ | 36.19 | 25.91 | 71.5 | - |
| YUV | 143.25 | 171.88 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 221 | 0.22 | 0.49 | 0 | 0.13 | 273.33 | 0.61 | 0.65 |
| Hex | AD | 71 | DD | 16 | 31 | 0 | D | 111 | 3D | 41 |
| Octal | 255 | 161 | 335 | 26 | 61 | 0 | 15 | 421 | 75 | 101 |
| Binary | 10101101 | 1110001 | 11011101 | 10110 | 110001 | 0 | 1101 | 100010001 | 111101 | 1000001 |
Color Harmonies of #AD71DD
Complementary color
Monochromatic Colors of #AD71DD
Black with #AD71DD
Text Example
Text Example
White with #AD71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD71DD; }
p { color: rgb(173,113,221); }
H1.HeaderClassName
{
color: #AD71DD;
}
.AnyTagClassName
{
color: #AD71DD;
}
</style>
background-color css
<style>
a { background-color: #AD71DD; }
a { background-color: rgb(173,113,221); }
div.DivClassName
{
background-color: #AD71DD;
}
.BgClassName
{
background-color: #AD71DD;
}
</style>
border-color css
<style>
span { border-color: #AD71DD; }
span { border-color: rgb(173,113,221); }
td.TdClassName
{
border-color: #AD71DD;
}
.TagClassName
{
border-color: #AD71DD;
}
</style>