Shades of Amethyst #A978D8
Tints of Amethyst #A978D8
RGB
CMYK
RGB Variations
Color information
#A978D8 (or 0xA978D8) is known color: Amethyst. HEX triplet: A9, 78 and D8. RGB value is (169,120,216). Sum of RGB (Red+Green+Blue) = 169+120+216=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #A978D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978D8 is #568727. Grayscale: #919191. Windows color (decimal): -5670696 or 14186665. OLE color: 14186665.
HSL color Cylindrical-coordinate representation of color #A978D8: hue angle of 270.62º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A978D8 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 120 | 216 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.15 |
| HSL | 270.63º | 0.55% | 0.66% | - |
| HSV(B) | 270.63º | 0.44% | 0.85% | - |
| XYZ | 35.47 | 26.83 | 68.27 | - |
| YUV | 145.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 216 | 0.22 | 0.44 | 0 | 0.15 | 270.63 | 0.55 | 0.66 |
| Hex | A9 | 78 | D8 | 16 | 2C | 0 | F | 10F | 37 | 42 |
| Octal | 251 | 170 | 330 | 26 | 54 | 0 | 17 | 417 | 67 | 102 |
| Binary | 10101001 | 1111000 | 11011000 | 10110 | 101100 | 0 | 1111 | 100001111 | 110111 | 1000010 |
Color Harmonies of #A978D8
Complementary color
Monochromatic Colors of #A978D8
Black with #A978D8
Text Example
Text Example
White with #A978D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978D8; }
p { color: rgb(169,120,216); }
H1.HeaderClassName
{
color: #A978D8;
}
.AnyTagClassName
{
color: #A978D8;
}
</style>
background-color css
<style>
a { background-color: #A978D8; }
a { background-color: rgb(169,120,216); }
div.DivClassName
{
background-color: #A978D8;
}
.BgClassName
{
background-color: #A978D8;
}
</style>
border-color css
<style>
span { border-color: #A978D8; }
span { border-color: rgb(169,120,216); }
td.TdClassName
{
border-color: #A978D8;
}
.TagClassName
{
border-color: #A978D8;
}
</style>