Shades of Amethyst #AD72D8
Tints of Amethyst #AD72D8
RGB
CMYK
RGB Variations
Color information
#AD72D8 (or 0xAD72D8) is known color: Amethyst. HEX triplet: AD, 72 and D8. RGB value is (173,114,216). Sum of RGB (Red+Green+Blue) = 173+114+216=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD72D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72D8 is #528D27. Grayscale: #8E8E8E. Windows color (decimal): -5410088 or 14185133. OLE color: 14185133.
HSL color Cylindrical-coordinate representation of color #AD72D8: hue angle of 274.71º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD72D8 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 114 | 216 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.15 |
| HSL | 274.71º | 0.57% | 0.65% | - |
| HSV(B) | 274.71º | 0.47% | 0.85% | - |
| XYZ | 35.65 | 25.88 | 68.08 | - |
| YUV | 143.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 216 | 0.20 | 0.47 | 0 | 0.15 | 274.71 | 0.57 | 0.65 |
| Hex | AD | 72 | D8 | 14 | 2F | 0 | F | 113 | 39 | 41 |
| Octal | 255 | 162 | 330 | 24 | 57 | 0 | 17 | 423 | 71 | 101 |
| Binary | 10101101 | 1110010 | 11011000 | 10100 | 101111 | 0 | 1111 | 100010011 | 111001 | 1000001 |
Color Harmonies of #AD72D8
Complementary color
Monochromatic Colors of #AD72D8
Black with #AD72D8
Text Example
Text Example
White with #AD72D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72D8; }
p { color: rgb(173,114,216); }
H1.HeaderClassName
{
color: #AD72D8;
}
.AnyTagClassName
{
color: #AD72D8;
}
</style>
background-color css
<style>
a { background-color: #AD72D8; }
a { background-color: rgb(173,114,216); }
div.DivClassName
{
background-color: #AD72D8;
}
.BgClassName
{
background-color: #AD72D8;
}
</style>
border-color css
<style>
span { border-color: #AD72D8; }
span { border-color: rgb(173,114,216); }
td.TdClassName
{
border-color: #AD72D8;
}
.TagClassName
{
border-color: #AD72D8;
}
</style>