Shades of Amethyst #AD6DDF
Tints of Amethyst #AD6DDF
RGB
CMYK
RGB Variations
Color information
#AD6DDF (or 0xAD6DDF) is known color: Amethyst. HEX triplet: AD, 6D and DF. RGB value is (173,109,223). Sum of RGB (Red+Green+Blue) = 173+109+223=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD6DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DDF is #529220. Grayscale: #8C8C8C. Windows color (decimal): -5411361 or 14642605. OLE color: 14642605.
HSL color Cylindrical-coordinate representation of color #AD6DDF: hue angle of 273.68º 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 #AD6DDF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 109 | 223 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.13 |
| HSL | 273.68º | 0.64% | 0.65% | - |
| HSV(B) | 273.68º | 0.51% | 0.87% | - |
| XYZ | 36.02 | 25.15 | 72.77 | - |
| YUV | 141.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 223 | 0.22 | 0.51 | 0 | 0.13 | 273.68 | 0.64 | 0.65 |
| Hex | AD | 6D | DF | 16 | 33 | 0 | D | 112 | 40 | 41 |
| Octal | 255 | 155 | 337 | 26 | 63 | 0 | 15 | 422 | 100 | 101 |
| Binary | 10101101 | 1101101 | 11011111 | 10110 | 110011 | 0 | 1101 | 100010010 | 1000000 | 1000001 |
Color Harmonies of #AD6DDF
Complementary color
Monochromatic Colors of #AD6DDF
Black with #AD6DDF
Text Example
Text Example
White with #AD6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DDF; }
p { color: rgb(173,109,223); }
H1.HeaderClassName
{
color: #AD6DDF;
}
.AnyTagClassName
{
color: #AD6DDF;
}
</style>
background-color css
<style>
a { background-color: #AD6DDF; }
a { background-color: rgb(173,109,223); }
div.DivClassName
{
background-color: #AD6DDF;
}
.BgClassName
{
background-color: #AD6DDF;
}
</style>
border-color css
<style>
span { border-color: #AD6DDF; }
span { border-color: rgb(173,109,223); }
td.TdClassName
{
border-color: #AD6DDF;
}
.TagClassName
{
border-color: #AD6DDF;
}
</style>