Shades of Amethyst #AD78D7
Tints of Amethyst #AD78D7
RGB
CMYK
RGB Variations
Color information
#AD78D7 (or 0xAD78D7) is known color: Amethyst. HEX triplet: AD, 78 and D7. RGB value is (173,120,215). Sum of RGB (Red+Green+Blue) = 173+120+215=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD78D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78D7 is #528728. Grayscale: #929292. Windows color (decimal): -5408553 or 14121133. OLE color: 14121133.
HSL color Cylindrical-coordinate representation of color #AD78D7: hue angle of 273.47º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD78D7 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 120 | 215 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.16 |
| HSL | 273.47º | 0.54% | 0.66% | - |
| HSV(B) | 273.47º | 0.44% | 0.84% | - |
| XYZ | 36.22 | 27.22 | 67.64 | - |
| YUV | 146.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 215 | 0.20 | 0.44 | 0 | 0.16 | 273.47 | 0.54 | 0.66 |
| Hex | AD | 78 | D7 | 14 | 2C | 0 | 10 | 111 | 36 | 42 |
| Octal | 255 | 170 | 327 | 24 | 54 | 0 | 20 | 421 | 66 | 102 |
| Binary | 10101101 | 1111000 | 11010111 | 10100 | 101100 | 0 | 10000 | 100010001 | 110110 | 1000010 |
Color Harmonies of #AD78D7
Complementary color
Monochromatic Colors of #AD78D7
Black with #AD78D7
Text Example
Text Example
White with #AD78D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78D7; }
p { color: rgb(173,120,215); }
H1.HeaderClassName
{
color: #AD78D7;
}
.AnyTagClassName
{
color: #AD78D7;
}
</style>
background-color css
<style>
a { background-color: #AD78D7; }
a { background-color: rgb(173,120,215); }
div.DivClassName
{
background-color: #AD78D7;
}
.BgClassName
{
background-color: #AD78D7;
}
</style>
border-color css
<style>
span { border-color: #AD78D7; }
span { border-color: rgb(173,120,215); }
td.TdClassName
{
border-color: #AD78D7;
}
.TagClassName
{
border-color: #AD78D7;
}
</style>