Shades of Amethyst #AD78DC
Tints of Amethyst #AD78DC
RGB
CMYK
RGB Variations
Color information
#AD78DC (or 0xAD78DC) is known color: Amethyst. HEX triplet: AD, 78 and DC. RGB value is (173,120,220). Sum of RGB (Red+Green+Blue) = 173+120+220=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78DC is #528723. Grayscale: #929292. Windows color (decimal): -5408548 or 14448813. OLE color: 14448813.
HSL color Cylindrical-coordinate representation of color #AD78DC: hue angle of 271.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD78DC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 120 | 220 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.14 |
| HSL | 271.8º | 0.59% | 0.67% | - |
| HSV(B) | 271.8º | 0.45% | 0.86% | - |
| XYZ | 36.87 | 27.48 | 71.07 | - |
| YUV | 147.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 220 | 0.21 | 0.45 | 0 | 0.14 | 271.8 | 0.59 | 0.67 |
| Hex | AD | 78 | DC | 15 | 2D | 0 | E | 110 | 3B | 43 |
| Octal | 255 | 170 | 334 | 25 | 55 | 0 | 16 | 420 | 73 | 103 |
| Binary | 10101101 | 1111000 | 11011100 | 10101 | 101101 | 0 | 1110 | 100010000 | 111011 | 1000011 |
Color Harmonies of #AD78DC
Complementary color
Monochromatic Colors of #AD78DC
Black with #AD78DC
Text Example
Text Example
White with #AD78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78DC; }
p { color: rgb(173,120,220); }
H1.HeaderClassName
{
color: #AD78DC;
}
.AnyTagClassName
{
color: #AD78DC;
}
</style>
background-color css
<style>
a { background-color: #AD78DC; }
a { background-color: rgb(173,120,220); }
div.DivClassName
{
background-color: #AD78DC;
}
.BgClassName
{
background-color: #AD78DC;
}
</style>
border-color css
<style>
span { border-color: #AD78DC; }
span { border-color: rgb(173,120,220); }
td.TdClassName
{
border-color: #AD78DC;
}
.TagClassName
{
border-color: #AD78DC;
}
</style>