Shades of Amethyst #AD6DC9
Tints of Amethyst #AD6DC9
RGB
CMYK
RGB Variations
Color information
#AD6DC9 (or 0xAD6DC9) is known color: Amethyst. HEX triplet: AD, 6D and C9. RGB value is (173,109,201). Sum of RGB (Red+Green+Blue) = 173+109+201=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD6DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DC9 is #529236. Grayscale: #8A8A8A. Windows color (decimal): -5411383 or 13200813. OLE color: 13200813.
HSL color Cylindrical-coordinate representation of color #AD6DC9: hue angle of 281.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6DC9 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 109 | 201 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.21 |
| HSL | 281.74º | 0.46% | 0.61% | - |
| HSV(B) | 281.74º | 0.46% | 0.79% | - |
| XYZ | 33.24 | 24.04 | 58.15 | - |
| YUV | 138.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 201 | 0.14 | 0.46 | 0 | 0.21 | 281.74 | 0.46 | 0.61 |
| Hex | AD | 6D | C9 | E | 2E | 0 | 15 | 11A | 2E | 3D |
| Octal | 255 | 155 | 311 | 16 | 56 | 0 | 25 | 432 | 56 | 75 |
| Binary | 10101101 | 1101101 | 11001001 | 1110 | 101110 | 0 | 10101 | 100011010 | 101110 | 111101 |
Color Harmonies of #AD6DC9
Complementary color
Monochromatic Colors of #AD6DC9
Black with #AD6DC9
Text Example
Text Example
White with #AD6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DC9; }
p { color: rgb(173,109,201); }
H1.HeaderClassName
{
color: #AD6DC9;
}
.AnyTagClassName
{
color: #AD6DC9;
}
</style>
background-color css
<style>
a { background-color: #AD6DC9; }
a { background-color: rgb(173,109,201); }
div.DivClassName
{
background-color: #AD6DC9;
}
.BgClassName
{
background-color: #AD6DC9;
}
</style>
border-color css
<style>
span { border-color: #AD6DC9; }
span { border-color: rgb(173,109,201); }
td.TdClassName
{
border-color: #AD6DC9;
}
.TagClassName
{
border-color: #AD6DC9;
}
</style>