Shades of Amethyst #AD73C9
Tints of Amethyst #AD73C9
RGB
CMYK
RGB Variations
Color information
#AD73C9 (or 0xAD73C9) is known color: Amethyst. HEX triplet: AD, 73 and C9. RGB value is (173,115,201). Sum of RGB (Red+Green+Blue) = 173+115+201=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD73C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73C9 is #528C36. Grayscale: #8D8D8D. Windows color (decimal): -5409847 or 13202349. OLE color: 13202349.
HSL color Cylindrical-coordinate representation of color #AD73C9: hue angle of 280.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD73C9 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 115 | 201 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.21 |
| HSL | 280.47º | 0.44% | 0.62% | - |
| HSV(B) | 280.47º | 0.43% | 0.79% | - |
| XYZ | 33.91 | 25.36 | 58.37 | - |
| YUV | 142.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 201 | 0.14 | 0.43 | 0 | 0.21 | 280.47 | 0.44 | 0.62 |
| Hex | AD | 73 | C9 | E | 2B | 0 | 15 | 118 | 2C | 3E |
| Octal | 255 | 163 | 311 | 16 | 53 | 0 | 25 | 430 | 54 | 76 |
| Binary | 10101101 | 1110011 | 11001001 | 1110 | 101011 | 0 | 10101 | 100011000 | 101100 | 111110 |
Color Harmonies of #AD73C9
Complementary color
Monochromatic Colors of #AD73C9
Black with #AD73C9
Text Example
Text Example
White with #AD73C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73C9; }
p { color: rgb(173,115,201); }
H1.HeaderClassName
{
color: #AD73C9;
}
.AnyTagClassName
{
color: #AD73C9;
}
</style>
background-color css
<style>
a { background-color: #AD73C9; }
a { background-color: rgb(173,115,201); }
div.DivClassName
{
background-color: #AD73C9;
}
.BgClassName
{
background-color: #AD73C9;
}
</style>
border-color css
<style>
span { border-color: #AD73C9; }
span { border-color: rgb(173,115,201); }
td.TdClassName
{
border-color: #AD73C9;
}
.TagClassName
{
border-color: #AD73C9;
}
</style>