Shades of Amethyst #AD76DA
Tints of Amethyst #AD76DA
RGB
CMYK
RGB Variations
Color information
#AD76DA (or 0xAD76DA) is known color: Amethyst. HEX triplet: AD, 76 and DA. RGB value is (173,118,218). Sum of RGB (Red+Green+Blue) = 173+118+218=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD76DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76DA is #528925. Grayscale: #919191. Windows color (decimal): -5409062 or 14317229. OLE color: 14317229.
HSL color Cylindrical-coordinate representation of color #AD76DA: hue angle of 273º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD76DA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 118 | 218 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.15 |
| HSL | 273º | 0.57% | 0.66% | - |
| HSV(B) | 273º | 0.46% | 0.85% | - |
| XYZ | 36.37 | 26.9 | 69.61 | - |
| YUV | 145.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 218 | 0.21 | 0.46 | 0 | 0.15 | 273 | 0.57 | 0.66 |
| Hex | AD | 76 | DA | 15 | 2E | 0 | F | 111 | 39 | 42 |
| Octal | 255 | 166 | 332 | 25 | 56 | 0 | 17 | 421 | 71 | 102 |
| Binary | 10101101 | 1110110 | 11011010 | 10101 | 101110 | 0 | 1111 | 100010001 | 111001 | 1000010 |
Color Harmonies of #AD76DA
Complementary color
Monochromatic Colors of #AD76DA
Black with #AD76DA
Text Example
Text Example
White with #AD76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD76DA; }
p { color: rgb(173,118,218); }
H1.HeaderClassName
{
color: #AD76DA;
}
.AnyTagClassName
{
color: #AD76DA;
}
</style>
background-color css
<style>
a { background-color: #AD76DA; }
a { background-color: rgb(173,118,218); }
div.DivClassName
{
background-color: #AD76DA;
}
.BgClassName
{
background-color: #AD76DA;
}
</style>
border-color css
<style>
span { border-color: #AD76DA; }
span { border-color: rgb(173,118,218); }
td.TdClassName
{
border-color: #AD76DA;
}
.TagClassName
{
border-color: #AD76DA;
}
</style>