Shades of Amethyst #AD74E0
Tints of Amethyst #AD74E0
RGB
CMYK
RGB Variations
Color information
#AD74E0 (or 0xAD74E0) is known color: Amethyst. HEX triplet: AD, 74 and E0. RGB value is (173,116,224). Sum of RGB (Red+Green+Blue) = 173+116+224=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD74E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74E0 is #528B1F. Grayscale: #909090. Windows color (decimal): -5409568 or 14709933. OLE color: 14709933.
HSL color Cylindrical-coordinate representation of color #AD74E0: hue angle of 271.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD74E0 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 116 | 224 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.12 |
| HSL | 271.67º | 0.64% | 0.67% | - |
| HSV(B) | 271.67º | 0.48% | 0.88% | - |
| XYZ | 36.93 | 26.76 | 73.74 | - |
| YUV | 145.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 224 | 0.23 | 0.48 | 0 | 0.12 | 271.67 | 0.64 | 0.67 |
| Hex | AD | 74 | E0 | 17 | 30 | 0 | C | 110 | 40 | 43 |
| Octal | 255 | 164 | 340 | 27 | 60 | 0 | 14 | 420 | 100 | 103 |
| Binary | 10101101 | 1110100 | 11100000 | 10111 | 110000 | 0 | 1100 | 100010000 | 1000000 | 1000011 |
Color Harmonies of #AD74E0
Complementary color
Monochromatic Colors of #AD74E0
Black with #AD74E0
Text Example
Text Example
White with #AD74E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74E0; }
p { color: rgb(173,116,224); }
H1.HeaderClassName
{
color: #AD74E0;
}
.AnyTagClassName
{
color: #AD74E0;
}
</style>
background-color css
<style>
a { background-color: #AD74E0; }
a { background-color: rgb(173,116,224); }
div.DivClassName
{
background-color: #AD74E0;
}
.BgClassName
{
background-color: #AD74E0;
}
</style>
border-color css
<style>
span { border-color: #AD74E0; }
span { border-color: rgb(173,116,224); }
td.TdClassName
{
border-color: #AD74E0;
}
.TagClassName
{
border-color: #AD74E0;
}
</style>