Shades of Amethyst Smoke #977FA3
Tints of Amethyst Smoke #977FA3
RGB
CMYK
RGB Variations
Color information
#977FA3 (or 0x977FA3) is known color: Amethyst Smoke. HEX triplet: 97, 7F and A3. RGB value is (151,127,163). Sum of RGB (Red+Green+Blue) = 151+127+163=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 163 - color contains mainly: blue. Hex color #977FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977FA3 is #68805C. Grayscale: #8A8A8A. Windows color (decimal): -6848605 or 10715031. OLE color: 10715031.
HSL color Cylindrical-coordinate representation of color #977FA3: hue angle of 280º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #977FA3 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 127 | 163 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.36 |
| HSL | 280º | 0.16% | 0.57% | - |
| HSV(B) | 280º | 0.22% | 0.64% | - |
| XYZ | 26.96 | 24.4 | 37.94 | - |
| YUV | 138.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 163 | 0.07 | 0.22 | 0 | 0.36 | 280 | 0.16 | 0.57 |
| Hex | 97 | 7F | A3 | 7 | 16 | 0 | 24 | 118 | 10 | 39 |
| Octal | 227 | 177 | 243 | 7 | 26 | 0 | 44 | 430 | 20 | 71 |
| Binary | 10010111 | 1111111 | 10100011 | 111 | 10110 | 0 | 100100 | 100011000 | 10000 | 111001 |
Color Harmonies of #977FA3
Complementary color
Monochromatic Colors of #977FA3
Black with #977FA3
Text Example
Text Example
White with #977FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FA3; }
p { color: rgb(151,127,163); }
H1.HeaderClassName
{
color: #977FA3;
}
.AnyTagClassName
{
color: #977FA3;
}
</style>
background-color css
<style>
a { background-color: #977FA3; }
a { background-color: rgb(151,127,163); }
div.DivClassName
{
background-color: #977FA3;
}
.BgClassName
{
background-color: #977FA3;
}
</style>
border-color css
<style>
span { border-color: #977FA3; }
span { border-color: rgb(151,127,163); }
td.TdClassName
{
border-color: #977FA3;
}
.TagClassName
{
border-color: #977FA3;
}
</style>