Shades of Amethyst #AD66DD
Tints of Amethyst #AD66DD
RGB
CMYK
RGB Variations
Color information
#AD66DD (or 0xAD66DD) is known color: Amethyst. HEX triplet: AD, 66 and DD. RGB value is (173,102,221). Sum of RGB (Red+Green+Blue) = 173+102+221=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD66DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66DD is #529922. Grayscale: #888888. Windows color (decimal): -5413155 or 14509741. OLE color: 14509741.
HSL color Cylindrical-coordinate representation of color #AD66DD: hue angle of 275.8º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD66DD is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 102 | 221 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.13 |
| HSL | 275.8º | 0.64% | 0.63% | - |
| HSV(B) | 275.8º | 0.54% | 0.87% | - |
| XYZ | 35.04 | 23.61 | 71.12 | - |
| YUV | 136.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 221 | 0.22 | 0.54 | 0 | 0.13 | 275.8 | 0.64 | 0.63 |
| Hex | AD | 66 | DD | 16 | 36 | 0 | D | 114 | 40 | 3F |
| Octal | 255 | 146 | 335 | 26 | 66 | 0 | 15 | 424 | 100 | 77 |
| Binary | 10101101 | 1100110 | 11011101 | 10110 | 110110 | 0 | 1101 | 100010100 | 1000000 | 111111 |
Color Harmonies of #AD66DD
Complementary color
Monochromatic Colors of #AD66DD
Black with #AD66DD
Text Example
Text Example
White with #AD66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66DD; }
p { color: rgb(173,102,221); }
H1.HeaderClassName
{
color: #AD66DD;
}
.AnyTagClassName
{
color: #AD66DD;
}
</style>
background-color css
<style>
a { background-color: #AD66DD; }
a { background-color: rgb(173,102,221); }
div.DivClassName
{
background-color: #AD66DD;
}
.BgClassName
{
background-color: #AD66DD;
}
</style>
border-color css
<style>
span { border-color: #AD66DD; }
span { border-color: rgb(173,102,221); }
td.TdClassName
{
border-color: #AD66DD;
}
.TagClassName
{
border-color: #AD66DD;
}
</style>