Shades of Amethyst #AD66DE
Tints of Amethyst #AD66DE
RGB
CMYK
RGB Variations
Color information
#AD66DE (or 0xAD66DE) is known color: Amethyst. HEX triplet: AD, 66 and DE. RGB value is (173,102,222). Sum of RGB (Red+Green+Blue) = 173+102+222=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD66DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66DE is #529921. Grayscale: #888888. Windows color (decimal): -5413154 or 14575277. OLE color: 14575277.
HSL color Cylindrical-coordinate representation of color #AD66DE: hue angle of 275.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD66DE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 102 | 222 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.13 |
| HSL | 275.5º | 0.65% | 0.64% | - |
| HSV(B) | 275.5º | 0.54% | 0.87% | - |
| XYZ | 35.17 | 23.66 | 71.82 | - |
| YUV | 136.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 102 | 222 | 0.22 | 0.54 | 0 | 0.13 | 275.5 | 0.65 | 0.64 |
| Hex | AD | 66 | DE | 16 | 36 | 0 | D | 114 | 41 | 40 |
| Octal | 255 | 146 | 336 | 26 | 66 | 0 | 15 | 424 | 101 | 100 |
| Binary | 10101101 | 1100110 | 11011110 | 10110 | 110110 | 0 | 1101 | 100010100 | 1000001 | 1000000 |
Color Harmonies of #AD66DE
Complementary color
Monochromatic Colors of #AD66DE
Black with #AD66DE
Text Example
Text Example
White with #AD66DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD66DE; }
p { color: rgb(173,102,222); }
H1.HeaderClassName
{
color: #AD66DE;
}
.AnyTagClassName
{
color: #AD66DE;
}
</style>
background-color css
<style>
a { background-color: #AD66DE; }
a { background-color: rgb(173,102,222); }
div.DivClassName
{
background-color: #AD66DE;
}
.BgClassName
{
background-color: #AD66DE;
}
</style>
border-color css
<style>
span { border-color: #AD66DE; }
span { border-color: rgb(173,102,222); }
td.TdClassName
{
border-color: #AD66DE;
}
.TagClassName
{
border-color: #AD66DE;
}
</style>