Shades of Amethyst #AD73DC
Tints of Amethyst #AD73DC
RGB
CMYK
RGB Variations
Color information
#AD73DC (or 0xAD73DC) is known color: Amethyst. HEX triplet: AD, 73 and DC. RGB value is (173,115,220). Sum of RGB (Red+Green+Blue) = 173+115+220=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73DC is #528C23. Grayscale: #8F8F8F. Windows color (decimal): -5409828 or 14447533. OLE color: 14447533.
HSL color Cylindrical-coordinate representation of color #AD73DC: hue angle of 273.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD73DC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 115 | 220 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.14 |
| HSL | 273.14º | 0.6% | 0.66% | - |
| HSV(B) | 273.14º | 0.48% | 0.86% | - |
| XYZ | 36.28 | 26.31 | 70.88 | - |
| YUV | 144.31 | 170.72 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 220 | 0.21 | 0.48 | 0 | 0.14 | 273.14 | 0.6 | 0.66 |
| Hex | AD | 73 | DC | 15 | 30 | 0 | E | 111 | 3C | 42 |
| Octal | 255 | 163 | 334 | 25 | 60 | 0 | 16 | 421 | 74 | 102 |
| Binary | 10101101 | 1110011 | 11011100 | 10101 | 110000 | 0 | 1110 | 100010001 | 111100 | 1000010 |
Color Harmonies of #AD73DC
Complementary color
Monochromatic Colors of #AD73DC
Black with #AD73DC
Text Example
Text Example
White with #AD73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73DC; }
p { color: rgb(173,115,220); }
H1.HeaderClassName
{
color: #AD73DC;
}
.AnyTagClassName
{
color: #AD73DC;
}
</style>
background-color css
<style>
a { background-color: #AD73DC; }
a { background-color: rgb(173,115,220); }
div.DivClassName
{
background-color: #AD73DC;
}
.BgClassName
{
background-color: #AD73DC;
}
</style>
border-color css
<style>
span { border-color: #AD73DC; }
span { border-color: rgb(173,115,220); }
td.TdClassName
{
border-color: #AD73DC;
}
.TagClassName
{
border-color: #AD73DC;
}
</style>