Shades of Amethyst #A978D6
Tints of Amethyst #A978D6
RGB
CMYK
RGB Variations
Color information
#A978D6 (or 0xA978D6) is known color: Amethyst. HEX triplet: A9, 78 and D6. RGB value is (169,120,214). Sum of RGB (Red+Green+Blue) = 169+120+214=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #A978D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978D6 is #568729. Grayscale: #919191. Windows color (decimal): -5670698 or 14055593. OLE color: 14055593.
HSL color Cylindrical-coordinate representation of color #A978D6: hue angle of 271.28º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A978D6 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 120 | 214 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.16 |
| HSL | 271.28º | 0.53% | 0.65% | - |
| HSV(B) | 271.28º | 0.44% | 0.84% | - |
| XYZ | 35.22 | 26.72 | 66.92 | - |
| YUV | 145.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 214 | 0.21 | 0.44 | 0 | 0.16 | 271.28 | 0.53 | 0.65 |
| Hex | A9 | 78 | D6 | 15 | 2C | 0 | 10 | 10F | 35 | 41 |
| Octal | 251 | 170 | 326 | 25 | 54 | 0 | 20 | 417 | 65 | 101 |
| Binary | 10101001 | 1111000 | 11010110 | 10101 | 101100 | 0 | 10000 | 100001111 | 110101 | 1000001 |
Color Harmonies of #A978D6
Complementary color
Monochromatic Colors of #A978D6
Black with #A978D6
Text Example
Text Example
White with #A978D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978D6; }
p { color: rgb(169,120,214); }
H1.HeaderClassName
{
color: #A978D6;
}
.AnyTagClassName
{
color: #A978D6;
}
</style>
background-color css
<style>
a { background-color: #A978D6; }
a { background-color: rgb(169,120,214); }
div.DivClassName
{
background-color: #A978D6;
}
.BgClassName
{
background-color: #A978D6;
}
</style>
border-color css
<style>
span { border-color: #A978D6; }
span { border-color: rgb(169,120,214); }
td.TdClassName
{
border-color: #A978D6;
}
.TagClassName
{
border-color: #A978D6;
}
</style>