Shades of Amethyst #AD6EDF
Tints of Amethyst #AD6EDF
RGB
CMYK
RGB Variations
Color information
#AD6EDF (or 0xAD6EDF) is known color: Amethyst. HEX triplet: AD, 6E and DF. RGB value is (173,110,223). Sum of RGB (Red+Green+Blue) = 173+110+223=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD6EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6EDF is #529120. Grayscale: #8D8D8D. Windows color (decimal): -5411105 or 14642861. OLE color: 14642861.
HSL color Cylindrical-coordinate representation of color #AD6EDF: hue angle of 273.45º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6EDF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 110 | 223 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.13 |
| HSL | 273.45º | 0.64% | 0.65% | - |
| HSV(B) | 273.45º | 0.51% | 0.87% | - |
| XYZ | 36.13 | 25.36 | 72.8 | - |
| YUV | 141.72 | 173.87 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 223 | 0.22 | 0.51 | 0 | 0.13 | 273.45 | 0.64 | 0.65 |
| Hex | AD | 6E | DF | 16 | 33 | 0 | D | 111 | 40 | 41 |
| Octal | 255 | 156 | 337 | 26 | 63 | 0 | 15 | 421 | 100 | 101 |
| Binary | 10101101 | 1101110 | 11011111 | 10110 | 110011 | 0 | 1101 | 100010001 | 1000000 | 1000001 |
Color Harmonies of #AD6EDF
Complementary color
Monochromatic Colors of #AD6EDF
Black with #AD6EDF
Text Example
Text Example
White with #AD6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EDF; }
p { color: rgb(173,110,223); }
H1.HeaderClassName
{
color: #AD6EDF;
}
.AnyTagClassName
{
color: #AD6EDF;
}
</style>
background-color css
<style>
a { background-color: #AD6EDF; }
a { background-color: rgb(173,110,223); }
div.DivClassName
{
background-color: #AD6EDF;
}
.BgClassName
{
background-color: #AD6EDF;
}
</style>
border-color css
<style>
span { border-color: #AD6EDF; }
span { border-color: rgb(173,110,223); }
td.TdClassName
{
border-color: #AD6EDF;
}
.TagClassName
{
border-color: #AD6EDF;
}
</style>