Shades of Amethyst #AD78DD
Tints of Amethyst #AD78DD
RGB
CMYK
RGB Variations
Color information
#AD78DD (or 0xAD78DD) is known color: Amethyst. HEX triplet: AD, 78 and DD. RGB value is (173,120,221). Sum of RGB (Red+Green+Blue) = 173+120+221=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78DD is #528722. Grayscale: #939393. Windows color (decimal): -5408547 or 14514349. OLE color: 14514349.
HSL color Cylindrical-coordinate representation of color #AD78DD: hue angle of 271.49º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD78DD is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 120 | 221 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.13 |
| HSL | 271.49º | 0.6% | 0.67% | - |
| HSV(B) | 271.49º | 0.46% | 0.87% | - |
| XYZ | 37 | 27.54 | 71.77 | - |
| YUV | 147.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 221 | 0.22 | 0.46 | 0 | 0.13 | 271.49 | 0.6 | 0.67 |
| Hex | AD | 78 | DD | 16 | 2E | 0 | D | 10F | 3C | 43 |
| Octal | 255 | 170 | 335 | 26 | 56 | 0 | 15 | 417 | 74 | 103 |
| Binary | 10101101 | 1111000 | 11011101 | 10110 | 101110 | 0 | 1101 | 100001111 | 111100 | 1000011 |
Color Harmonies of #AD78DD
Complementary color
Monochromatic Colors of #AD78DD
Black with #AD78DD
Text Example
Text Example
White with #AD78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78DD; }
p { color: rgb(173,120,221); }
H1.HeaderClassName
{
color: #AD78DD;
}
.AnyTagClassName
{
color: #AD78DD;
}
</style>
background-color css
<style>
a { background-color: #AD78DD; }
a { background-color: rgb(173,120,221); }
div.DivClassName
{
background-color: #AD78DD;
}
.BgClassName
{
background-color: #AD78DD;
}
</style>
border-color css
<style>
span { border-color: #AD78DD; }
span { border-color: rgb(173,120,221); }
td.TdClassName
{
border-color: #AD78DD;
}
.TagClassName
{
border-color: #AD78DD;
}
</style>