Shades of Amethyst #AD6CDF
Tints of Amethyst #AD6CDF
RGB
CMYK
RGB Variations
Color information
#AD6CDF (or 0xAD6CDF) is known color: Amethyst. HEX triplet: AD, 6C and DF. RGB value is (173,108,223). Sum of RGB (Red+Green+Blue) = 173+108+223=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CDF is #529320. Grayscale: #8C8C8C. Windows color (decimal): -5411617 or 14642349. OLE color: 14642349.
HSL color Cylindrical-coordinate representation of color #AD6CDF: hue angle of 273.91º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6CDF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 108 | 223 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.13 |
| HSL | 273.91º | 0.64% | 0.65% | - |
| HSV(B) | 273.91º | 0.52% | 0.87% | - |
| XYZ | 35.92 | 24.94 | 72.73 | - |
| YUV | 140.55 | 174.53 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 223 | 0.22 | 0.52 | 0 | 0.13 | 273.91 | 0.64 | 0.65 |
| Hex | AD | 6C | DF | 16 | 34 | 0 | D | 112 | 40 | 41 |
| Octal | 255 | 154 | 337 | 26 | 64 | 0 | 15 | 422 | 100 | 101 |
| Binary | 10101101 | 1101100 | 11011111 | 10110 | 110100 | 0 | 1101 | 100010010 | 1000000 | 1000001 |
Color Harmonies of #AD6CDF
Complementary color
Monochromatic Colors of #AD6CDF
Black with #AD6CDF
Text Example
Text Example
White with #AD6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CDF; }
p { color: rgb(173,108,223); }
H1.HeaderClassName
{
color: #AD6CDF;
}
.AnyTagClassName
{
color: #AD6CDF;
}
</style>
background-color css
<style>
a { background-color: #AD6CDF; }
a { background-color: rgb(173,108,223); }
div.DivClassName
{
background-color: #AD6CDF;
}
.BgClassName
{
background-color: #AD6CDF;
}
</style>
border-color css
<style>
span { border-color: #AD6CDF; }
span { border-color: rgb(173,108,223); }
td.TdClassName
{
border-color: #AD6CDF;
}
.TagClassName
{
border-color: #AD6CDF;
}
</style>