Shades of Amethyst Smoke #997FA1
Tints of Amethyst Smoke #997FA1
RGB
CMYK
RGB Variations
Color information
#997FA1 (or 0x997FA1) is known color: Amethyst Smoke. HEX triplet: 99, 7F and A1. RGB value is (153,127,161). Sum of RGB (Red+Green+Blue) = 153+127+161=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 161 - color contains mainly: blue. Hex color #997FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997FA1 is #66805E. Grayscale: #8A8A8A. Windows color (decimal): -6717535 or 10583961. OLE color: 10583961.
HSL color Cylindrical-coordinate representation of color #997FA1: hue angle of 285.88º 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 #997FA1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 127 | 161 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.37 |
| HSL | 285.88º | 0.15% | 0.56% | - |
| HSV(B) | 285.88º | 0.21% | 0.63% | - |
| XYZ | 27.16 | 24.52 | 37.02 | - |
| YUV | 138.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 161 | 0.05 | 0.21 | 0 | 0.37 | 285.88 | 0.15 | 0.56 |
| Hex | 99 | 7F | A1 | 5 | 15 | 0 | 25 | 11E | F | 38 |
| Octal | 231 | 177 | 241 | 5 | 25 | 0 | 45 | 436 | 17 | 70 |
| Binary | 10011001 | 1111111 | 10100001 | 101 | 10101 | 0 | 100101 | 100011110 | 1111 | 111000 |
Color Harmonies of #997FA1
Complementary color
Monochromatic Colors of #997FA1
Black with #997FA1
Text Example
Text Example
White with #997FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FA1; }
p { color: rgb(153,127,161); }
H1.HeaderClassName
{
color: #997FA1;
}
.AnyTagClassName
{
color: #997FA1;
}
</style>
background-color css
<style>
a { background-color: #997FA1; }
a { background-color: rgb(153,127,161); }
div.DivClassName
{
background-color: #997FA1;
}
.BgClassName
{
background-color: #997FA1;
}
</style>
border-color css
<style>
span { border-color: #997FA1; }
span { border-color: rgb(153,127,161); }
td.TdClassName
{
border-color: #997FA1;
}
.TagClassName
{
border-color: #997FA1;
}
</style>