Shades of Amethyst #AD6ED6
Tints of Amethyst #AD6ED6
RGB
CMYK
RGB Variations
Color information
#AD6ED6 (or 0xAD6ED6) is known color: Amethyst. HEX triplet: AD, 6E and D6. RGB value is (173,110,214). Sum of RGB (Red+Green+Blue) = 173+110+214=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD6ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ED6 is #529129. Grayscale: #8C8C8C. Windows color (decimal): -5411114 or 14053037. OLE color: 14053037.
HSL color Cylindrical-coordinate representation of color #AD6ED6: hue angle of 276.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6ED6 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 110 | 214 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.16 |
| HSL | 276.35º | 0.56% | 0.64% | - |
| HSV(B) | 276.35º | 0.49% | 0.84% | - |
| XYZ | 34.95 | 24.89 | 66.58 | - |
| YUV | 140.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 214 | 0.19 | 0.49 | 0 | 0.16 | 276.35 | 0.56 | 0.64 |
| Hex | AD | 6E | D6 | 13 | 31 | 0 | 10 | 114 | 38 | 40 |
| Octal | 255 | 156 | 326 | 23 | 61 | 0 | 20 | 424 | 70 | 100 |
| Binary | 10101101 | 1101110 | 11010110 | 10011 | 110001 | 0 | 10000 | 100010100 | 111000 | 1000000 |
Color Harmonies of #AD6ED6
Complementary color
Monochromatic Colors of #AD6ED6
Black with #AD6ED6
Text Example
Text Example
White with #AD6ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6ED6; }
p { color: rgb(173,110,214); }
H1.HeaderClassName
{
color: #AD6ED6;
}
.AnyTagClassName
{
color: #AD6ED6;
}
</style>
background-color css
<style>
a { background-color: #AD6ED6; }
a { background-color: rgb(173,110,214); }
div.DivClassName
{
background-color: #AD6ED6;
}
.BgClassName
{
background-color: #AD6ED6;
}
</style>
border-color css
<style>
span { border-color: #AD6ED6; }
span { border-color: rgb(173,110,214); }
td.TdClassName
{
border-color: #AD6ED6;
}
.TagClassName
{
border-color: #AD6ED6;
}
</style>