Shades of Amethyst Smoke #978AA0
Tints of Amethyst Smoke #978AA0
RGB
CMYK
RGB Variations
Color information
#978AA0 (or 0x978AA0) is known color: Amethyst Smoke. HEX triplet: 97, 8A and A0. RGB value is (151,138,160). Sum of RGB (Red+Green+Blue) = 151+138+160=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 160 - color contains mainly: blue. Hex color #978AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AA0 is #68755F. Grayscale: #909090. Windows color (decimal): -6845792 or 10521239. OLE color: 10521239.
HSL color Cylindrical-coordinate representation of color #978AA0: hue angle of 275.45º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #978AA0 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 138 | 160 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.37 |
| HSL | 275.45º | 0.1% | 0.58% | - |
| HSV(B) | 275.45º | 0.14% | 0.63% | - |
| XYZ | 28.2 | 27.29 | 37.04 | - |
| YUV | 144.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 160 | 0.06 | 0.14 | 0 | 0.37 | 275.45 | 0.1 | 0.58 |
| Hex | 97 | 8A | A0 | 6 | E | 0 | 25 | 113 | A | 3A |
| Octal | 227 | 212 | 240 | 6 | 16 | 0 | 45 | 423 | 12 | 72 |
| Binary | 10010111 | 10001010 | 10100000 | 110 | 1110 | 0 | 100101 | 100010011 | 1010 | 111010 |
Color Harmonies of #978AA0
Complementary color
Monochromatic Colors of #978AA0
Black with #978AA0
Text Example
Text Example
White with #978AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AA0; }
p { color: rgb(151,138,160); }
H1.HeaderClassName
{
color: #978AA0;
}
.AnyTagClassName
{
color: #978AA0;
}
</style>
background-color css
<style>
a { background-color: #978AA0; }
a { background-color: rgb(151,138,160); }
div.DivClassName
{
background-color: #978AA0;
}
.BgClassName
{
background-color: #978AA0;
}
</style>
border-color css
<style>
span { border-color: #978AA0; }
span { border-color: rgb(151,138,160); }
td.TdClassName
{
border-color: #978AA0;
}
.TagClassName
{
border-color: #978AA0;
}
</style>