Shades of Amethyst Smoke #977CA3
Tints of Amethyst Smoke #977CA3
RGB
CMYK
RGB Variations
Color information
#977CA3 (or 0x977CA3) is known color: Amethyst Smoke. HEX triplet: 97, 7C and A3. RGB value is (151,124,163). Sum of RGB (Red+Green+Blue) = 151+124+163=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 163 - color contains mainly: blue. Hex color #977CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977CA3 is #68835C. Grayscale: #888888. Windows color (decimal): -6849373 or 10714263. OLE color: 10714263.
HSL color Cylindrical-coordinate representation of color #977CA3: hue angle of 281.54º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #977CA3 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 124 | 163 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.36 |
| HSL | 281.54º | 0.17% | 0.56% | - |
| HSV(B) | 281.54º | 0.24% | 0.64% | - |
| XYZ | 26.58 | 23.64 | 37.81 | - |
| YUV | 136.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 163 | 0.07 | 0.24 | 0 | 0.36 | 281.54 | 0.17 | 0.56 |
| Hex | 97 | 7C | A3 | 7 | 18 | 0 | 24 | 11A | 11 | 38 |
| Octal | 227 | 174 | 243 | 7 | 30 | 0 | 44 | 432 | 21 | 70 |
| Binary | 10010111 | 1111100 | 10100011 | 111 | 11000 | 0 | 100100 | 100011010 | 10001 | 111000 |
Color Harmonies of #977CA3
Complementary color
Monochromatic Colors of #977CA3
Black with #977CA3
Text Example
Text Example
White with #977CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CA3; }
p { color: rgb(151,124,163); }
H1.HeaderClassName
{
color: #977CA3;
}
.AnyTagClassName
{
color: #977CA3;
}
</style>
background-color css
<style>
a { background-color: #977CA3; }
a { background-color: rgb(151,124,163); }
div.DivClassName
{
background-color: #977CA3;
}
.BgClassName
{
background-color: #977CA3;
}
</style>
border-color css
<style>
span { border-color: #977CA3; }
span { border-color: rgb(151,124,163); }
td.TdClassName
{
border-color: #977CA3;
}
.TagClassName
{
border-color: #977CA3;
}
</style>