Shades of Amethyst #AD73D7
Tints of Amethyst #AD73D7
RGB
CMYK
RGB Variations
Color information
#AD73D7 (or 0xAD73D7) is known color: Amethyst. HEX triplet: AD, 73 and D7. RGB value is (173,115,215). Sum of RGB (Red+Green+Blue) = 173+115+215=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD73D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73D7 is #528C28. Grayscale: #8F8F8F. Windows color (decimal): -5409833 or 14119853. OLE color: 14119853.
HSL color Cylindrical-coordinate representation of color #AD73D7: hue angle of 274.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD73D7 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 115 | 215 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.16 |
| HSL | 274.8º | 0.56% | 0.65% | - |
| HSV(B) | 274.8º | 0.47% | 0.84% | - |
| XYZ | 35.63 | 26.05 | 67.44 | - |
| YUV | 143.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 215 | 0.20 | 0.47 | 0 | 0.16 | 274.8 | 0.56 | 0.65 |
| Hex | AD | 73 | D7 | 14 | 2F | 0 | 10 | 113 | 38 | 41 |
| Octal | 255 | 163 | 327 | 24 | 57 | 0 | 20 | 423 | 70 | 101 |
| Binary | 10101101 | 1110011 | 11010111 | 10100 | 101111 | 0 | 10000 | 100010011 | 111000 | 1000001 |
Color Harmonies of #AD73D7
Complementary color
Monochromatic Colors of #AD73D7
Black with #AD73D7
Text Example
Text Example
White with #AD73D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73D7; }
p { color: rgb(173,115,215); }
H1.HeaderClassName
{
color: #AD73D7;
}
.AnyTagClassName
{
color: #AD73D7;
}
</style>
background-color css
<style>
a { background-color: #AD73D7; }
a { background-color: rgb(173,115,215); }
div.DivClassName
{
background-color: #AD73D7;
}
.BgClassName
{
background-color: #AD73D7;
}
</style>
border-color css
<style>
span { border-color: #AD73D7; }
span { border-color: rgb(173,115,215); }
td.TdClassName
{
border-color: #AD73D7;
}
.TagClassName
{
border-color: #AD73D7;
}
</style>