Shades of Amethyst #AD64DD
Tints of Amethyst #AD64DD
RGB
CMYK
RGB Variations
Color information
#AD64DD (or 0xAD64DD) is known color: Amethyst. HEX triplet: AD, 64 and DD. RGB value is (173,100,221). Sum of RGB (Red+Green+Blue) = 173+100+221=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64DD is #529B22. Grayscale: #878787. Windows color (decimal): -5413667 or 14509229. OLE color: 14509229.
HSL color Cylindrical-coordinate representation of color #AD64DD: hue angle of 276.2º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD64DD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 100 | 221 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.13 |
| HSL | 276.2º | 0.64% | 0.63% | - |
| HSV(B) | 276.2º | 0.55% | 0.87% | - |
| XYZ | 34.84 | 23.22 | 71.05 | - |
| YUV | 135.62 | 176.18 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 221 | 0.22 | 0.55 | 0 | 0.13 | 276.2 | 0.64 | 0.63 |
| Hex | AD | 64 | DD | 16 | 37 | 0 | D | 114 | 40 | 3F |
| Octal | 255 | 144 | 335 | 26 | 67 | 0 | 15 | 424 | 100 | 77 |
| Binary | 10101101 | 1100100 | 11011101 | 10110 | 110111 | 0 | 1101 | 100010100 | 1000000 | 111111 |
Color Harmonies of #AD64DD
Complementary color
Monochromatic Colors of #AD64DD
Black with #AD64DD
Text Example
Text Example
White with #AD64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64DD; }
p { color: rgb(173,100,221); }
H1.HeaderClassName
{
color: #AD64DD;
}
.AnyTagClassName
{
color: #AD64DD;
}
</style>
background-color css
<style>
a { background-color: #AD64DD; }
a { background-color: rgb(173,100,221); }
div.DivClassName
{
background-color: #AD64DD;
}
.BgClassName
{
background-color: #AD64DD;
}
</style>
border-color css
<style>
span { border-color: #AD64DD; }
span { border-color: rgb(173,100,221); }
td.TdClassName
{
border-color: #AD64DD;
}
.TagClassName
{
border-color: #AD64DD;
}
</style>