Shades of Amethyst Smoke #977FA7
Tints of Amethyst Smoke #977FA7
RGB
CMYK
RGB Variations
Color information
#977FA7 (or 0x977FA7) is known color: Amethyst Smoke. HEX triplet: 97, 7F and A7. RGB value is (151,127,167). Sum of RGB (Red+Green+Blue) = 151+127+167=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 167 - color contains mainly: blue. Hex color #977FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977FA7 is #688058. Grayscale: #8A8A8A. Windows color (decimal): -6848601 or 10977175. OLE color: 10977175.
HSL color Cylindrical-coordinate representation of color #977FA7: hue angle of 276º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #977FA7 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 127 | 167 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.35 |
| HSL | 276º | 0.19% | 0.58% | - |
| HSV(B) | 276º | 0.24% | 0.65% | - |
| XYZ | 27.33 | 24.55 | 39.86 | - |
| YUV | 138.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 167 | 0.10 | 0.24 | 0 | 0.35 | 276 | 0.19 | 0.58 |
| Hex | 97 | 7F | A7 | A | 18 | 0 | 23 | 114 | 13 | 3A |
| Octal | 227 | 177 | 247 | 12 | 30 | 0 | 43 | 424 | 23 | 72 |
| Binary | 10010111 | 1111111 | 10100111 | 1010 | 11000 | 0 | 100011 | 100010100 | 10011 | 111010 |
Color Harmonies of #977FA7
Complementary color
Monochromatic Colors of #977FA7
Black with #977FA7
Text Example
Text Example
White with #977FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FA7; }
p { color: rgb(151,127,167); }
H1.HeaderClassName
{
color: #977FA7;
}
.AnyTagClassName
{
color: #977FA7;
}
</style>
background-color css
<style>
a { background-color: #977FA7; }
a { background-color: rgb(151,127,167); }
div.DivClassName
{
background-color: #977FA7;
}
.BgClassName
{
background-color: #977FA7;
}
</style>
border-color css
<style>
span { border-color: #977FA7; }
span { border-color: rgb(151,127,167); }
td.TdClassName
{
border-color: #977FA7;
}
.TagClassName
{
border-color: #977FA7;
}
</style>