Shades of Amethyst #A978D9
Tints of Amethyst #A978D9
RGB
CMYK
RGB Variations
Color information
#A978D9 (or 0xA978D9) is known color: Amethyst. HEX triplet: A9, 78 and D9. RGB value is (169,120,217). Sum of RGB (Red+Green+Blue) = 169+120+217=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #A978D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978D9 is #568726. Grayscale: #919191. Windows color (decimal): -5670695 or 14252201. OLE color: 14252201.
HSL color Cylindrical-coordinate representation of color #A978D9: hue angle of 270.31º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A978D9 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 120 | 217 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.15 |
| HSL | 270.31º | 0.56% | 0.66% | - |
| HSV(B) | 270.31º | 0.45% | 0.85% | - |
| XYZ | 35.6 | 26.88 | 68.96 | - |
| YUV | 145.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 217 | 0.22 | 0.45 | 0 | 0.15 | 270.31 | 0.56 | 0.66 |
| Hex | A9 | 78 | D9 | 16 | 2D | 0 | F | 10E | 38 | 42 |
| Octal | 251 | 170 | 331 | 26 | 55 | 0 | 17 | 416 | 70 | 102 |
| Binary | 10101001 | 1111000 | 11011001 | 10110 | 101101 | 0 | 1111 | 100001110 | 111000 | 1000010 |
Color Harmonies of #A978D9
Complementary color
Monochromatic Colors of #A978D9
Black with #A978D9
Text Example
Text Example
White with #A978D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978D9; }
p { color: rgb(169,120,217); }
H1.HeaderClassName
{
color: #A978D9;
}
.AnyTagClassName
{
color: #A978D9;
}
</style>
background-color css
<style>
a { background-color: #A978D9; }
a { background-color: rgb(169,120,217); }
div.DivClassName
{
background-color: #A978D9;
}
.BgClassName
{
background-color: #A978D9;
}
</style>
border-color css
<style>
span { border-color: #A978D9; }
span { border-color: rgb(169,120,217); }
td.TdClassName
{
border-color: #A978D9;
}
.TagClassName
{
border-color: #A978D9;
}
</style>