Shades of Amethyst #AD6ADE
Tints of Amethyst #AD6ADE
RGB
CMYK
RGB Variations
Color information
#AD6ADE (or 0xAD6ADE) is known color: Amethyst. HEX triplet: AD, 6A and DE. RGB value is (173,106,222). Sum of RGB (Red+Green+Blue) = 173+106+222=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD6ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ADE is #529521. Grayscale: #8A8A8A. Windows color (decimal): -5412130 or 14576301. OLE color: 14576301.
HSL color Cylindrical-coordinate representation of color #AD6ADE: hue angle of 274.66º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6ADE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 106 | 222 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.13 |
| HSL | 274.66º | 0.64% | 0.64% | - |
| HSV(B) | 274.66º | 0.52% | 0.87% | - |
| XYZ | 35.57 | 24.47 | 71.95 | - |
| YUV | 139.26 | 174.7 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 222 | 0.22 | 0.52 | 0 | 0.13 | 274.66 | 0.64 | 0.64 |
| Hex | AD | 6A | DE | 16 | 34 | 0 | D | 113 | 40 | 40 |
| Octal | 255 | 152 | 336 | 26 | 64 | 0 | 15 | 423 | 100 | 100 |
| Binary | 10101101 | 1101010 | 11011110 | 10110 | 110100 | 0 | 1101 | 100010011 | 1000000 | 1000000 |
Color Harmonies of #AD6ADE
Complementary color
Monochromatic Colors of #AD6ADE
Black with #AD6ADE
Text Example
Text Example
White with #AD6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6ADE; }
p { color: rgb(173,106,222); }
H1.HeaderClassName
{
color: #AD6ADE;
}
.AnyTagClassName
{
color: #AD6ADE;
}
</style>
background-color css
<style>
a { background-color: #AD6ADE; }
a { background-color: rgb(173,106,222); }
div.DivClassName
{
background-color: #AD6ADE;
}
.BgClassName
{
background-color: #AD6ADE;
}
</style>
border-color css
<style>
span { border-color: #AD6ADE; }
span { border-color: rgb(173,106,222); }
td.TdClassName
{
border-color: #AD6ADE;
}
.TagClassName
{
border-color: #AD6ADE;
}
</style>