Shades of Amethyst Smoke #997BA0
Tints of Amethyst Smoke #997BA0
RGB
CMYK
RGB Variations
Color information
#997BA0 (or 0x997BA0) is known color: Amethyst Smoke. HEX triplet: 99, 7B and A0. RGB value is (153,123,160). Sum of RGB (Red+Green+Blue) = 153+123+160=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #997BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997BA0 is #66845F. Grayscale: #888888. Windows color (decimal): -6718560 or 10517401. OLE color: 10517401.
HSL color Cylindrical-coordinate representation of color #997BA0: hue angle of 288.65º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997BA0 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 123 | 160 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.37 |
| HSL | 288.65º | 0.16% | 0.55% | - |
| HSV(B) | 288.65º | 0.23% | 0.63% | - |
| XYZ | 26.56 | 23.48 | 36.39 | - |
| YUV | 136.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 160 | 0.04 | 0.23 | 0 | 0.37 | 288.65 | 0.16 | 0.55 |
| Hex | 99 | 7B | A0 | 4 | 17 | 0 | 25 | 121 | 10 | 37 |
| Octal | 231 | 173 | 240 | 4 | 27 | 0 | 45 | 441 | 20 | 67 |
| Binary | 10011001 | 1111011 | 10100000 | 100 | 10111 | 0 | 100101 | 100100001 | 10000 | 110111 |
Color Harmonies of #997BA0
Complementary color
Monochromatic Colors of #997BA0
Black with #997BA0
Text Example
Text Example
White with #997BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997BA0; }
p { color: rgb(153,123,160); }
H1.HeaderClassName
{
color: #997BA0;
}
.AnyTagClassName
{
color: #997BA0;
}
</style>
background-color css
<style>
a { background-color: #997BA0; }
a { background-color: rgb(153,123,160); }
div.DivClassName
{
background-color: #997BA0;
}
.BgClassName
{
background-color: #997BA0;
}
</style>
border-color css
<style>
span { border-color: #997BA0; }
span { border-color: rgb(153,123,160); }
td.TdClassName
{
border-color: #997BA0;
}
.TagClassName
{
border-color: #997BA0;
}
</style>