Shades of Amethyst #AD74DF
Tints of Amethyst #AD74DF
RGB
CMYK
RGB Variations
Color information
#AD74DF (or 0xAD74DF) is known color: Amethyst. HEX triplet: AD, 74 and DF. RGB value is (173,116,223). Sum of RGB (Red+Green+Blue) = 173+116+223=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74DF is #528B20. Grayscale: #909090. Windows color (decimal): -5409569 or 14644397. OLE color: 14644397.
HSL color Cylindrical-coordinate representation of color #AD74DF: hue angle of 271.96º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD74DF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 116 | 223 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.13 |
| HSL | 271.96º | 0.63% | 0.66% | - |
| HSV(B) | 271.96º | 0.48% | 0.87% | - |
| XYZ | 36.8 | 26.7 | 73.03 | - |
| YUV | 145.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 223 | 0.22 | 0.48 | 0 | 0.13 | 271.96 | 0.63 | 0.66 |
| Hex | AD | 74 | DF | 16 | 30 | 0 | D | 110 | 3F | 42 |
| Octal | 255 | 164 | 337 | 26 | 60 | 0 | 15 | 420 | 77 | 102 |
| Binary | 10101101 | 1110100 | 11011111 | 10110 | 110000 | 0 | 1101 | 100010000 | 111111 | 1000010 |
Color Harmonies of #AD74DF
Complementary color
Monochromatic Colors of #AD74DF
Black with #AD74DF
Text Example
Text Example
White with #AD74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74DF; }
p { color: rgb(173,116,223); }
H1.HeaderClassName
{
color: #AD74DF;
}
.AnyTagClassName
{
color: #AD74DF;
}
</style>
background-color css
<style>
a { background-color: #AD74DF; }
a { background-color: rgb(173,116,223); }
div.DivClassName
{
background-color: #AD74DF;
}
.BgClassName
{
background-color: #AD74DF;
}
</style>
border-color css
<style>
span { border-color: #AD74DF; }
span { border-color: rgb(173,116,223); }
td.TdClassName
{
border-color: #AD74DF;
}
.TagClassName
{
border-color: #AD74DF;
}
</style>