Shades of Amethyst #AD6FDF
Tints of Amethyst #AD6FDF
RGB
CMYK
RGB Variations
Color information
#AD6FDF (or 0xAD6FDF) is known color: Amethyst. HEX triplet: AD, 6F and DF. RGB value is (173,111,223). Sum of RGB (Red+Green+Blue) = 173+111+223=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD6FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FDF is #529020. Grayscale: #8D8D8D. Windows color (decimal): -5410849 or 14643117. OLE color: 14643117.
HSL color Cylindrical-coordinate representation of color #AD6FDF: hue angle of 273.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD6FDF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 111 | 223 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.13 |
| HSL | 273.21º | 0.64% | 0.65% | - |
| HSV(B) | 273.21º | 0.5% | 0.87% | - |
| XYZ | 36.24 | 25.58 | 72.84 | - |
| YUV | 142.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 223 | 0.22 | 0.50 | 0 | 0.13 | 273.21 | 0.64 | 0.65 |
| Hex | AD | 6F | DF | 16 | 32 | 0 | D | 111 | 40 | 41 |
| Octal | 255 | 157 | 337 | 26 | 62 | 0 | 15 | 421 | 100 | 101 |
| Binary | 10101101 | 1101111 | 11011111 | 10110 | 110010 | 0 | 1101 | 100010001 | 1000000 | 1000001 |
Color Harmonies of #AD6FDF
Complementary color
Monochromatic Colors of #AD6FDF
Black with #AD6FDF
Text Example
Text Example
White with #AD6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FDF; }
p { color: rgb(173,111,223); }
H1.HeaderClassName
{
color: #AD6FDF;
}
.AnyTagClassName
{
color: #AD6FDF;
}
</style>
background-color css
<style>
a { background-color: #AD6FDF; }
a { background-color: rgb(173,111,223); }
div.DivClassName
{
background-color: #AD6FDF;
}
.BgClassName
{
background-color: #AD6FDF;
}
</style>
border-color css
<style>
span { border-color: #AD6FDF; }
span { border-color: rgb(173,111,223); }
td.TdClassName
{
border-color: #AD6FDF;
}
.TagClassName
{
border-color: #AD6FDF;
}
</style>