Shades of Amethyst Smoke #997FA6
Tints of Amethyst Smoke #997FA6
RGB
CMYK
RGB Variations
Color information
#997FA6 (or 0x997FA6) is known color: Amethyst Smoke. HEX triplet: 99, 7F and A6. RGB value is (153,127,166). Sum of RGB (Red+Green+Blue) = 153+127+166=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 166 - color contains mainly: blue. Hex color #997FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997FA6 is #668059. Grayscale: #8B8B8B. Windows color (decimal): -6717530 or 10911641. OLE color: 10911641.
HSL color Cylindrical-coordinate representation of color #997FA6: hue angle of 280º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997FA6 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 127 | 166 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.35 |
| HSL | 280º | 0.18% | 0.57% | - |
| HSV(B) | 280º | 0.23% | 0.65% | - |
| XYZ | 27.61 | 24.7 | 39.39 | - |
| YUV | 139.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 166 | 0.08 | 0.23 | 0 | 0.35 | 280 | 0.18 | 0.57 |
| Hex | 99 | 7F | A6 | 8 | 17 | 0 | 23 | 118 | 12 | 39 |
| Octal | 231 | 177 | 246 | 10 | 27 | 0 | 43 | 430 | 22 | 71 |
| Binary | 10011001 | 1111111 | 10100110 | 1000 | 10111 | 0 | 100011 | 100011000 | 10010 | 111001 |
Color Harmonies of #997FA6
Complementary color
Monochromatic Colors of #997FA6
Black with #997FA6
Text Example
Text Example
White with #997FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FA6; }
p { color: rgb(153,127,166); }
H1.HeaderClassName
{
color: #997FA6;
}
.AnyTagClassName
{
color: #997FA6;
}
</style>
background-color css
<style>
a { background-color: #997FA6; }
a { background-color: rgb(153,127,166); }
div.DivClassName
{
background-color: #997FA6;
}
.BgClassName
{
background-color: #997FA6;
}
</style>
border-color css
<style>
span { border-color: #997FA6; }
span { border-color: rgb(153,127,166); }
td.TdClassName
{
border-color: #997FA6;
}
.TagClassName
{
border-color: #997FA6;
}
</style>