Shades of Amethyst #AD74DD
Tints of Amethyst #AD74DD
RGB
CMYK
RGB Variations
Color information
#AD74DD (or 0xAD74DD) is known color: Amethyst. HEX triplet: AD, 74 and DD. RGB value is (173,116,221). Sum of RGB (Red+Green+Blue) = 173+116+221=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD74DD is #528B22. Grayscale: #909090. Windows color (decimal): -5409571 or 14513325. OLE color: 14513325.
HSL color Cylindrical-coordinate representation of color #AD74DD: hue angle of 272.57º degrees, saturation: 0.61, 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 #AD74DD is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 116 | 221 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.13 |
| HSL | 272.57º | 0.61% | 0.66% | - |
| HSV(B) | 272.57º | 0.48% | 0.87% | - |
| XYZ | 36.53 | 26.6 | 71.61 | - |
| YUV | 145.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 221 | 0.22 | 0.48 | 0 | 0.13 | 272.57 | 0.61 | 0.66 |
| Hex | AD | 74 | DD | 16 | 30 | 0 | D | 111 | 3D | 42 |
| Octal | 255 | 164 | 335 | 26 | 60 | 0 | 15 | 421 | 75 | 102 |
| Binary | 10101101 | 1110100 | 11011101 | 10110 | 110000 | 0 | 1101 | 100010001 | 111101 | 1000010 |
Color Harmonies of #AD74DD
Complementary color
Monochromatic Colors of #AD74DD
Black with #AD74DD
Text Example
Text Example
White with #AD74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD74DD; }
p { color: rgb(173,116,221); }
H1.HeaderClassName
{
color: #AD74DD;
}
.AnyTagClassName
{
color: #AD74DD;
}
</style>
background-color css
<style>
a { background-color: #AD74DD; }
a { background-color: rgb(173,116,221); }
div.DivClassName
{
background-color: #AD74DD;
}
.BgClassName
{
background-color: #AD74DD;
}
</style>
border-color css
<style>
span { border-color: #AD74DD; }
span { border-color: rgb(173,116,221); }
td.TdClassName
{
border-color: #AD74DD;
}
.TagClassName
{
border-color: #AD74DD;
}
</style>