Shades of Amethyst #AD6EC6
Tints of Amethyst #AD6EC6
RGB
CMYK
RGB Variations
Color information
#AD6EC6 (or 0xAD6EC6) is known color: Amethyst. HEX triplet: AD, 6E and C6. RGB value is (173,110,198). Sum of RGB (Red+Green+Blue) = 173+110+198=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD6EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EC6 is #529139. Grayscale: #8A8A8A. Windows color (decimal): -5411130 or 13004461. OLE color: 13004461.
HSL color Cylindrical-coordinate representation of color #AD6EC6: hue angle of 282.95º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6EC6 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 110 | 198 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.22 |
| HSL | 282.95º | 0.44% | 0.6% | - |
| HSV(B) | 282.95º | 0.44% | 0.78% | - |
| XYZ | 33 | 24.11 | 56.34 | - |
| YUV | 138.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 198 | 0.13 | 0.44 | 0 | 0.22 | 282.95 | 0.44 | 0.6 |
| Hex | AD | 6E | C6 | D | 2C | 0 | 16 | 11B | 2C | 3C |
| Octal | 255 | 156 | 306 | 15 | 54 | 0 | 26 | 433 | 54 | 74 |
| Binary | 10101101 | 1101110 | 11000110 | 1101 | 101100 | 0 | 10110 | 100011011 | 101100 | 111100 |
Color Harmonies of #AD6EC6
Complementary color
Monochromatic Colors of #AD6EC6
Black with #AD6EC6
Text Example
Text Example
White with #AD6EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EC6; }
p { color: rgb(173,110,198); }
H1.HeaderClassName
{
color: #AD6EC6;
}
.AnyTagClassName
{
color: #AD6EC6;
}
</style>
background-color css
<style>
a { background-color: #AD6EC6; }
a { background-color: rgb(173,110,198); }
div.DivClassName
{
background-color: #AD6EC6;
}
.BgClassName
{
background-color: #AD6EC6;
}
</style>
border-color css
<style>
span { border-color: #AD6EC6; }
span { border-color: rgb(173,110,198); }
td.TdClassName
{
border-color: #AD6EC6;
}
.TagClassName
{
border-color: #AD6EC6;
}
</style>