Shades of Amethyst #AD6ADF
Tints of Amethyst #AD6ADF
RGB
CMYK
RGB Variations
Color information
#AD6ADF (or 0xAD6ADF) is known color: Amethyst. HEX triplet: AD, 6A and DF. RGB value is (173,106,223). Sum of RGB (Red+Green+Blue) = 173+106+223=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD6ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ADF is #529520. Grayscale: #8A8A8A. Windows color (decimal): -5412129 or 14641837. OLE color: 14641837.
HSL color Cylindrical-coordinate representation of color #AD6ADF: hue angle of 274.36º degrees, saturation: 0.65, 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 #AD6ADF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 106 | 223 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.13 |
| HSL | 274.36º | 0.65% | 0.65% | - |
| HSV(B) | 274.36º | 0.52% | 0.87% | - |
| XYZ | 35.71 | 24.52 | 72.66 | - |
| YUV | 139.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 223 | 0.22 | 0.52 | 0 | 0.13 | 274.36 | 0.65 | 0.65 |
| Hex | AD | 6A | DF | 16 | 34 | 0 | D | 112 | 41 | 41 |
| Octal | 255 | 152 | 337 | 26 | 64 | 0 | 15 | 422 | 101 | 101 |
| Binary | 10101101 | 1101010 | 11011111 | 10110 | 110100 | 0 | 1101 | 100010010 | 1000001 | 1000001 |
Color Harmonies of #AD6ADF
Complementary color
Monochromatic Colors of #AD6ADF
Black with #AD6ADF
Text Example
Text Example
White with #AD6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6ADF; }
p { color: rgb(173,106,223); }
H1.HeaderClassName
{
color: #AD6ADF;
}
.AnyTagClassName
{
color: #AD6ADF;
}
</style>
background-color css
<style>
a { background-color: #AD6ADF; }
a { background-color: rgb(173,106,223); }
div.DivClassName
{
background-color: #AD6ADF;
}
.BgClassName
{
background-color: #AD6ADF;
}
</style>
border-color css
<style>
span { border-color: #AD6ADF; }
span { border-color: rgb(173,106,223); }
td.TdClassName
{
border-color: #AD6ADF;
}
.TagClassName
{
border-color: #AD6ADF;
}
</style>