Shades of Amethyst #AD73DD
Tints of Amethyst #AD73DD
RGB
CMYK
RGB Variations
Color information
#AD73DD (or 0xAD73DD) is known color: Amethyst. HEX triplet: AD, 73 and DD. RGB value is (173,115,221). Sum of RGB (Red+Green+Blue) = 173+115+221=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73DD is #528C22. Grayscale: #909090. Windows color (decimal): -5409827 or 14513069. OLE color: 14513069.
HSL color Cylindrical-coordinate representation of color #AD73DD: hue angle of 272.83º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD73DD is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 115 | 221 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.13 |
| HSL | 272.83º | 0.61% | 0.66% | - |
| HSV(B) | 272.83º | 0.48% | 0.87% | - |
| XYZ | 36.42 | 26.37 | 71.58 | - |
| YUV | 144.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 221 | 0.22 | 0.48 | 0 | 0.13 | 272.83 | 0.61 | 0.66 |
| Hex | AD | 73 | DD | 16 | 30 | 0 | D | 111 | 3D | 42 |
| Octal | 255 | 163 | 335 | 26 | 60 | 0 | 15 | 421 | 75 | 102 |
| Binary | 10101101 | 1110011 | 11011101 | 10110 | 110000 | 0 | 1101 | 100010001 | 111101 | 1000010 |
Color Harmonies of #AD73DD
Complementary color
Monochromatic Colors of #AD73DD
Black with #AD73DD
Text Example
Text Example
White with #AD73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73DD; }
p { color: rgb(173,115,221); }
H1.HeaderClassName
{
color: #AD73DD;
}
.AnyTagClassName
{
color: #AD73DD;
}
</style>
background-color css
<style>
a { background-color: #AD73DD; }
a { background-color: rgb(173,115,221); }
div.DivClassName
{
background-color: #AD73DD;
}
.BgClassName
{
background-color: #AD73DD;
}
</style>
border-color css
<style>
span { border-color: #AD73DD; }
span { border-color: rgb(173,115,221); }
td.TdClassName
{
border-color: #AD73DD;
}
.TagClassName
{
border-color: #AD73DD;
}
</style>