Shades of Amethyst #AD6BDF
Tints of Amethyst #AD6BDF
RGB
CMYK
RGB Variations
Color information
#AD6BDF (or 0xAD6BDF) is known color: Amethyst. HEX triplet: AD, 6B and DF. RGB value is (173,107,223). Sum of RGB (Red+Green+Blue) = 173+107+223=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BDF is #529420. Grayscale: #8B8B8B. Windows color (decimal): -5411873 or 14642093. OLE color: 14642093.
HSL color Cylindrical-coordinate representation of color #AD6BDF: hue angle of 274.14º 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 #AD6BDF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 107 | 223 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.13 |
| HSL | 274.14º | 0.64% | 0.65% | - |
| HSV(B) | 274.14º | 0.52% | 0.87% | - |
| XYZ | 35.81 | 24.73 | 72.7 | - |
| YUV | 139.96 | 174.87 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 223 | 0.22 | 0.52 | 0 | 0.13 | 274.14 | 0.64 | 0.65 |
| Hex | AD | 6B | DF | 16 | 34 | 0 | D | 112 | 40 | 41 |
| Octal | 255 | 153 | 337 | 26 | 64 | 0 | 15 | 422 | 100 | 101 |
| Binary | 10101101 | 1101011 | 11011111 | 10110 | 110100 | 0 | 1101 | 100010010 | 1000000 | 1000001 |
Color Harmonies of #AD6BDF
Complementary color
Monochromatic Colors of #AD6BDF
Black with #AD6BDF
Text Example
Text Example
White with #AD6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BDF; }
p { color: rgb(173,107,223); }
H1.HeaderClassName
{
color: #AD6BDF;
}
.AnyTagClassName
{
color: #AD6BDF;
}
</style>
background-color css
<style>
a { background-color: #AD6BDF; }
a { background-color: rgb(173,107,223); }
div.DivClassName
{
background-color: #AD6BDF;
}
.BgClassName
{
background-color: #AD6BDF;
}
</style>
border-color css
<style>
span { border-color: #AD6BDF; }
span { border-color: rgb(173,107,223); }
td.TdClassName
{
border-color: #AD6BDF;
}
.TagClassName
{
border-color: #AD6BDF;
}
</style>