Shades of Amethyst #AD72D4
Tints of Amethyst #AD72D4
RGB
CMYK
RGB Variations
Color information
#AD72D4 (or 0xAD72D4) is known color: Amethyst. HEX triplet: AD, 72 and D4. RGB value is (173,114,212). Sum of RGB (Red+Green+Blue) = 173+114+212=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD72D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72D4 is #528D2B. Grayscale: #8E8E8E. Windows color (decimal): -5410092 or 13922989. OLE color: 13922989.
HSL color Cylindrical-coordinate representation of color #AD72D4: hue angle of 276.12º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD72D4 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 114 | 212 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.17 |
| HSL | 276.12º | 0.53% | 0.64% | - |
| HSV(B) | 276.12º | 0.46% | 0.83% | - |
| XYZ | 35.13 | 25.67 | 65.39 | - |
| YUV | 142.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 212 | 0.18 | 0.46 | 0 | 0.17 | 276.12 | 0.53 | 0.64 |
| Hex | AD | 72 | D4 | 12 | 2E | 0 | 11 | 114 | 35 | 40 |
| Octal | 255 | 162 | 324 | 22 | 56 | 0 | 21 | 424 | 65 | 100 |
| Binary | 10101101 | 1110010 | 11010100 | 10010 | 101110 | 0 | 10001 | 100010100 | 110101 | 1000000 |
Color Harmonies of #AD72D4
Complementary color
Monochromatic Colors of #AD72D4
Black with #AD72D4
Text Example
Text Example
White with #AD72D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72D4; }
p { color: rgb(173,114,212); }
H1.HeaderClassName
{
color: #AD72D4;
}
.AnyTagClassName
{
color: #AD72D4;
}
</style>
background-color css
<style>
a { background-color: #AD72D4; }
a { background-color: rgb(173,114,212); }
div.DivClassName
{
background-color: #AD72D4;
}
.BgClassName
{
background-color: #AD72D4;
}
</style>
border-color css
<style>
span { border-color: #AD72D4; }
span { border-color: rgb(173,114,212); }
td.TdClassName
{
border-color: #AD72D4;
}
.TagClassName
{
border-color: #AD72D4;
}
</style>