Shades of Amethyst #AD73D0
Tints of Amethyst #AD73D0
RGB
CMYK
RGB Variations
Color information
#AD73D0 (or 0xAD73D0) is known color: Amethyst. HEX triplet: AD, 73 and D0. RGB value is (173,115,208). Sum of RGB (Red+Green+Blue) = 173+115+208=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD73D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73D0 is #528C2F. Grayscale: #8E8E8E. Windows color (decimal): -5409840 or 13661101. OLE color: 13661101.
HSL color Cylindrical-coordinate representation of color #AD73D0: hue angle of 277.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD73D0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 115 | 208 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.18 |
| HSL | 277.42º | 0.5% | 0.63% | - |
| HSV(B) | 277.42º | 0.45% | 0.82% | - |
| XYZ | 34.75 | 25.7 | 62.8 | - |
| YUV | 142.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 208 | 0.17 | 0.45 | 0 | 0.18 | 277.42 | 0.5 | 0.63 |
| Hex | AD | 73 | D0 | 11 | 2D | 0 | 12 | 115 | 32 | 3F |
| Octal | 255 | 163 | 320 | 21 | 55 | 0 | 22 | 425 | 62 | 77 |
| Binary | 10101101 | 1110011 | 11010000 | 10001 | 101101 | 0 | 10010 | 100010101 | 110010 | 111111 |
Color Harmonies of #AD73D0
Complementary color
Monochromatic Colors of #AD73D0
Black with #AD73D0
Text Example
Text Example
White with #AD73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73D0; }
p { color: rgb(173,115,208); }
H1.HeaderClassName
{
color: #AD73D0;
}
.AnyTagClassName
{
color: #AD73D0;
}
</style>
background-color css
<style>
a { background-color: #AD73D0; }
a { background-color: rgb(173,115,208); }
div.DivClassName
{
background-color: #AD73D0;
}
.BgClassName
{
background-color: #AD73D0;
}
</style>
border-color css
<style>
span { border-color: #AD73D0; }
span { border-color: rgb(173,115,208); }
td.TdClassName
{
border-color: #AD73D0;
}
.TagClassName
{
border-color: #AD73D0;
}
</style>