Shades of Amethyst #AD73D1
Tints of Amethyst #AD73D1
RGB
CMYK
RGB Variations
Color information
#AD73D1 (or 0xAD73D1) is known color: Amethyst. HEX triplet: AD, 73 and D1. RGB value is (173,115,209). Sum of RGB (Red+Green+Blue) = 173+115+209=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD73D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73D1 is #528C2E. Grayscale: #8E8E8E. Windows color (decimal): -5409839 or 13726637. OLE color: 13726637.
HSL color Cylindrical-coordinate representation of color #AD73D1: hue angle of 277.02º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD73D1 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 115 | 209 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.18 |
| HSL | 277.02º | 0.51% | 0.64% | - |
| HSV(B) | 277.02º | 0.45% | 0.82% | - |
| XYZ | 34.87 | 25.75 | 63.45 | - |
| YUV | 143.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 209 | 0.17 | 0.45 | 0 | 0.18 | 277.02 | 0.51 | 0.64 |
| Hex | AD | 73 | D1 | 11 | 2D | 0 | 12 | 115 | 33 | 40 |
| Octal | 255 | 163 | 321 | 21 | 55 | 0 | 22 | 425 | 63 | 100 |
| Binary | 10101101 | 1110011 | 11010001 | 10001 | 101101 | 0 | 10010 | 100010101 | 110011 | 1000000 |
Color Harmonies of #AD73D1
Complementary color
Monochromatic Colors of #AD73D1
Black with #AD73D1
Text Example
Text Example
White with #AD73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73D1; }
p { color: rgb(173,115,209); }
H1.HeaderClassName
{
color: #AD73D1;
}
.AnyTagClassName
{
color: #AD73D1;
}
</style>
background-color css
<style>
a { background-color: #AD73D1; }
a { background-color: rgb(173,115,209); }
div.DivClassName
{
background-color: #AD73D1;
}
.BgClassName
{
background-color: #AD73D1;
}
</style>
border-color css
<style>
span { border-color: #AD73D1; }
span { border-color: rgb(173,115,209); }
td.TdClassName
{
border-color: #AD73D1;
}
.TagClassName
{
border-color: #AD73D1;
}
</style>