Shades of Amethyst #AD74D7
Tints of Amethyst #AD74D7
RGB
CMYK
RGB Variations
Color information
#AD74D7 (or 0xAD74D7) is known color: Amethyst. HEX triplet: AD, 74 and D7. RGB value is (173,116,215). Sum of RGB (Red+Green+Blue) = 173+116+215=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD74D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74D7 is #528B28. Grayscale: #8F8F8F. Windows color (decimal): -5409577 or 14120109. OLE color: 14120109.
HSL color Cylindrical-coordinate representation of color #AD74D7: hue angle of 274.55º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD74D7 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 116 | 215 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.16 |
| HSL | 274.55º | 0.55% | 0.65% | - |
| HSV(B) | 274.55º | 0.46% | 0.84% | - |
| XYZ | 35.74 | 26.28 | 67.48 | - |
| YUV | 144.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 215 | 0.20 | 0.46 | 0 | 0.16 | 274.55 | 0.55 | 0.65 |
| Hex | AD | 74 | D7 | 14 | 2E | 0 | 10 | 113 | 37 | 41 |
| Octal | 255 | 164 | 327 | 24 | 56 | 0 | 20 | 423 | 67 | 101 |
| Binary | 10101101 | 1110100 | 11010111 | 10100 | 101110 | 0 | 10000 | 100010011 | 110111 | 1000001 |
Color Harmonies of #AD74D7
Complementary color
Monochromatic Colors of #AD74D7
Black with #AD74D7
Text Example
Text Example
White with #AD74D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74D7; }
p { color: rgb(173,116,215); }
H1.HeaderClassName
{
color: #AD74D7;
}
.AnyTagClassName
{
color: #AD74D7;
}
</style>
background-color css
<style>
a { background-color: #AD74D7; }
a { background-color: rgb(173,116,215); }
div.DivClassName
{
background-color: #AD74D7;
}
.BgClassName
{
background-color: #AD74D7;
}
</style>
border-color css
<style>
span { border-color: #AD74D7; }
span { border-color: rgb(173,116,215); }
td.TdClassName
{
border-color: #AD74D7;
}
.TagClassName
{
border-color: #AD74D7;
}
</style>