Shades of Amethyst Smoke #977EA0
Tints of Amethyst Smoke #977EA0
RGB
CMYK
RGB Variations
Color information
#977EA0 (or 0x977EA0) is known color: Amethyst Smoke. HEX triplet: 97, 7E and A0. RGB value is (151,126,160). Sum of RGB (Red+Green+Blue) = 151+126+160=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #977EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977EA0 is #68815F. Grayscale: #898989. Windows color (decimal): -6848864 or 10518167. OLE color: 10518167.
HSL color Cylindrical-coordinate representation of color #977EA0: hue angle of 284.12º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977EA0 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 126 | 160 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.37 |
| HSL | 284.12º | 0.15% | 0.56% | - |
| HSV(B) | 284.12º | 0.21% | 0.63% | - |
| XYZ | 26.57 | 24.04 | 36.5 | - |
| YUV | 137.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 160 | 0.06 | 0.21 | 0 | 0.37 | 284.12 | 0.15 | 0.56 |
| Hex | 97 | 7E | A0 | 6 | 15 | 0 | 25 | 11C | F | 38 |
| Octal | 227 | 176 | 240 | 6 | 25 | 0 | 45 | 434 | 17 | 70 |
| Binary | 10010111 | 1111110 | 10100000 | 110 | 10101 | 0 | 100101 | 100011100 | 1111 | 111000 |
Color Harmonies of #977EA0
Complementary color
Monochromatic Colors of #977EA0
Black with #977EA0
Text Example
Text Example
White with #977EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EA0; }
p { color: rgb(151,126,160); }
H1.HeaderClassName
{
color: #977EA0;
}
.AnyTagClassName
{
color: #977EA0;
}
</style>
background-color css
<style>
a { background-color: #977EA0; }
a { background-color: rgb(151,126,160); }
div.DivClassName
{
background-color: #977EA0;
}
.BgClassName
{
background-color: #977EA0;
}
</style>
border-color css
<style>
span { border-color: #977EA0; }
span { border-color: rgb(151,126,160); }
td.TdClassName
{
border-color: #977EA0;
}
.TagClassName
{
border-color: #977EA0;
}
</style>