Shades of Amethyst Smoke #978AA2
Tints of Amethyst Smoke #978AA2
RGB
CMYK
RGB Variations
Color information
#978AA2 (or 0x978AA2) is known color: Amethyst Smoke. HEX triplet: 97, 8A and A2. RGB value is (151,138,162). Sum of RGB (Red+Green+Blue) = 151+138+162=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 162 - color contains mainly: blue. Hex color #978AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AA2 is #68755D. Grayscale: #909090. Windows color (decimal): -6845790 or 10652311. OLE color: 10652311.
HSL color Cylindrical-coordinate representation of color #978AA2: hue angle of 272.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #978AA2 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 138 | 162 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.36 |
| HSL | 272.5º | 0.11% | 0.59% | - |
| HSV(B) | 272.5º | 0.15% | 0.64% | - |
| XYZ | 28.37 | 27.36 | 37.97 | - |
| YUV | 144.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 162 | 0.07 | 0.15 | 0 | 0.36 | 272.5 | 0.11 | 0.59 |
| Hex | 97 | 8A | A2 | 7 | F | 0 | 24 | 110 | B | 3B |
| Octal | 227 | 212 | 242 | 7 | 17 | 0 | 44 | 420 | 13 | 73 |
| Binary | 10010111 | 10001010 | 10100010 | 111 | 1111 | 0 | 100100 | 100010000 | 1011 | 111011 |
Color Harmonies of #978AA2
Complementary color
Monochromatic Colors of #978AA2
Black with #978AA2
Text Example
Text Example
White with #978AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AA2; }
p { color: rgb(151,138,162); }
H1.HeaderClassName
{
color: #978AA2;
}
.AnyTagClassName
{
color: #978AA2;
}
</style>
background-color css
<style>
a { background-color: #978AA2; }
a { background-color: rgb(151,138,162); }
div.DivClassName
{
background-color: #978AA2;
}
.BgClassName
{
background-color: #978AA2;
}
</style>
border-color css
<style>
span { border-color: #978AA2; }
span { border-color: rgb(151,138,162); }
td.TdClassName
{
border-color: #978AA2;
}
.TagClassName
{
border-color: #978AA2;
}
</style>