Shades of Amethyst #AD77DD
Tints of Amethyst #AD77DD
RGB
CMYK
RGB Variations
Color information
#AD77DD (or 0xAD77DD) is known color: Amethyst. HEX triplet: AD, 77 and DD. RGB value is (173,119,221). Sum of RGB (Red+Green+Blue) = 173+119+221=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD77DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77DD is #528822. Grayscale: #929292. Windows color (decimal): -5408803 or 14514093. OLE color: 14514093.
HSL color Cylindrical-coordinate representation of color #AD77DD: hue angle of 271.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD77DD is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 119 | 221 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.13 |
| HSL | 271.76º | 0.6% | 0.67% | - |
| HSV(B) | 271.76º | 0.46% | 0.87% | - |
| XYZ | 36.88 | 27.3 | 71.73 | - |
| YUV | 146.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 221 | 0.22 | 0.46 | 0 | 0.13 | 271.76 | 0.6 | 0.67 |
| Hex | AD | 77 | DD | 16 | 2E | 0 | D | 110 | 3C | 43 |
| Octal | 255 | 167 | 335 | 26 | 56 | 0 | 15 | 420 | 74 | 103 |
| Binary | 10101101 | 1110111 | 11011101 | 10110 | 101110 | 0 | 1101 | 100010000 | 111100 | 1000011 |
Color Harmonies of #AD77DD
Complementary color
Monochromatic Colors of #AD77DD
Black with #AD77DD
Text Example
Text Example
White with #AD77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD77DD; }
p { color: rgb(173,119,221); }
H1.HeaderClassName
{
color: #AD77DD;
}
.AnyTagClassName
{
color: #AD77DD;
}
</style>
background-color css
<style>
a { background-color: #AD77DD; }
a { background-color: rgb(173,119,221); }
div.DivClassName
{
background-color: #AD77DD;
}
.BgClassName
{
background-color: #AD77DD;
}
</style>
border-color css
<style>
span { border-color: #AD77DD; }
span { border-color: rgb(173,119,221); }
td.TdClassName
{
border-color: #AD77DD;
}
.TagClassName
{
border-color: #AD77DD;
}
</style>