Shades of Amethyst #AD73DF
Tints of Amethyst #AD73DF
RGB
CMYK
RGB Variations
Color information
#AD73DF (or 0xAD73DF) is known color: Amethyst. HEX triplet: AD, 73 and DF. RGB value is (173,115,223). Sum of RGB (Red+Green+Blue) = 173+115+223=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD73DF is #528C20. Grayscale: #909090. Windows color (decimal): -5409825 or 14644141. OLE color: 14644141.
HSL color Cylindrical-coordinate representation of color #AD73DF: hue angle of 272.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD73DF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 115 | 223 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.13 |
| HSL | 272.22º | 0.63% | 0.66% | - |
| HSV(B) | 272.22º | 0.48% | 0.87% | - |
| XYZ | 36.68 | 26.47 | 72.99 | - |
| YUV | 144.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 223 | 0.22 | 0.48 | 0 | 0.13 | 272.22 | 0.63 | 0.66 |
| Hex | AD | 73 | DF | 16 | 30 | 0 | D | 110 | 3F | 42 |
| Octal | 255 | 163 | 337 | 26 | 60 | 0 | 15 | 420 | 77 | 102 |
| Binary | 10101101 | 1110011 | 11011111 | 10110 | 110000 | 0 | 1101 | 100010000 | 111111 | 1000010 |
Color Harmonies of #AD73DF
Complementary color
Monochromatic Colors of #AD73DF
Black with #AD73DF
Text Example
Text Example
White with #AD73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73DF; }
p { color: rgb(173,115,223); }
H1.HeaderClassName
{
color: #AD73DF;
}
.AnyTagClassName
{
color: #AD73DF;
}
</style>
background-color css
<style>
a { background-color: #AD73DF; }
a { background-color: rgb(173,115,223); }
div.DivClassName
{
background-color: #AD73DF;
}
.BgClassName
{
background-color: #AD73DF;
}
</style>
border-color css
<style>
span { border-color: #AD73DF; }
span { border-color: rgb(173,115,223); }
td.TdClassName
{
border-color: #AD73DF;
}
.TagClassName
{
border-color: #AD73DF;
}
</style>