Shades of Amethyst #AD66D9
Tints of Amethyst #AD66D9
RGB
CMYK
RGB Variations
Color information
#AD66D9 (or 0xAD66D9) is known color: Amethyst. HEX triplet: AD, 66 and D9. RGB value is (173,102,217). Sum of RGB (Red+Green+Blue) = 173+102+217=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD66D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66D9 is #529926. Grayscale: #878787. Windows color (decimal): -5413159 or 14247597. OLE color: 14247597.
HSL color Cylindrical-coordinate representation of color #AD66D9: hue angle of 277.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD66D9 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 102 | 217 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.15 |
| HSL | 277.04º | 0.6% | 0.63% | - |
| HSV(B) | 277.04º | 0.53% | 0.85% | - |
| XYZ | 34.51 | 23.4 | 68.34 | - |
| YUV | 136.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 217 | 0.20 | 0.53 | 0 | 0.15 | 277.04 | 0.6 | 0.63 |
| Hex | AD | 66 | D9 | 14 | 35 | 0 | F | 115 | 3C | 3F |
| Octal | 255 | 146 | 331 | 24 | 65 | 0 | 17 | 425 | 74 | 77 |
| Binary | 10101101 | 1100110 | 11011001 | 10100 | 110101 | 0 | 1111 | 100010101 | 111100 | 111111 |
Color Harmonies of #AD66D9
Complementary color
Monochromatic Colors of #AD66D9
Black with #AD66D9
Text Example
Text Example
White with #AD66D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66D9; }
p { color: rgb(173,102,217); }
H1.HeaderClassName
{
color: #AD66D9;
}
.AnyTagClassName
{
color: #AD66D9;
}
</style>
background-color css
<style>
a { background-color: #AD66D9; }
a { background-color: rgb(173,102,217); }
div.DivClassName
{
background-color: #AD66D9;
}
.BgClassName
{
background-color: #AD66D9;
}
</style>
border-color css
<style>
span { border-color: #AD66D9; }
span { border-color: rgb(173,102,217); }
td.TdClassName
{
border-color: #AD66D9;
}
.TagClassName
{
border-color: #AD66D9;
}
</style>