Shades of Amethyst #AD74CF
Tints of Amethyst #AD74CF
RGB
CMYK
RGB Variations
Color information
#AD74CF (or 0xAD74CF) is known color: Amethyst. HEX triplet: AD, 74 and CF. RGB value is (173,116,207). Sum of RGB (Red+Green+Blue) = 173+116+207=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD74CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74CF is #528B30. Grayscale: #8F8F8F. Windows color (decimal): -5409585 or 13595821. OLE color: 13595821.
HSL color Cylindrical-coordinate representation of color #AD74CF: hue angle of 277.58º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD74CF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 116 | 207 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.19 |
| HSL | 277.58º | 0.49% | 0.63% | - |
| HSV(B) | 277.58º | 0.44% | 0.81% | - |
| XYZ | 34.74 | 25.88 | 62.2 | - |
| YUV | 143.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 207 | 0.16 | 0.44 | 0 | 0.19 | 277.58 | 0.49 | 0.63 |
| Hex | AD | 74 | CF | 10 | 2C | 0 | 13 | 116 | 31 | 3F |
| Octal | 255 | 164 | 317 | 20 | 54 | 0 | 23 | 426 | 61 | 77 |
| Binary | 10101101 | 1110100 | 11001111 | 10000 | 101100 | 0 | 10011 | 100010110 | 110001 | 111111 |
Color Harmonies of #AD74CF
Complementary color
Monochromatic Colors of #AD74CF
Black with #AD74CF
Text Example
Text Example
White with #AD74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74CF; }
p { color: rgb(173,116,207); }
H1.HeaderClassName
{
color: #AD74CF;
}
.AnyTagClassName
{
color: #AD74CF;
}
</style>
background-color css
<style>
a { background-color: #AD74CF; }
a { background-color: rgb(173,116,207); }
div.DivClassName
{
background-color: #AD74CF;
}
.BgClassName
{
background-color: #AD74CF;
}
</style>
border-color css
<style>
span { border-color: #AD74CF; }
span { border-color: rgb(173,116,207); }
td.TdClassName
{
border-color: #AD74CF;
}
.TagClassName
{
border-color: #AD74CF;
}
</style>