Shades of Amethyst Smoke #9988A0
Tints of Amethyst Smoke #9988A0
RGB
CMYK
RGB Variations
Color information
#9988A0 (or 0x9988A0) is known color: Amethyst Smoke. HEX triplet: 99, 88 and A0. RGB value is (153,136,160). Sum of RGB (Red+Green+Blue) = 153+136+160=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 160 - color contains mainly: blue. Hex color #9988A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9988A0 is #66775F. Grayscale: #8F8F8F. Windows color (decimal): -6715232 or 10520729. OLE color: 10520729.
HSL color Cylindrical-coordinate representation of color #9988A0: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9988A0 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 136 | 160 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.37 |
| HSL | 282.5º | 0.11% | 0.58% | - |
| HSV(B) | 282.5º | 0.15% | 0.63% | - |
| XYZ | 28.29 | 26.92 | 36.96 | - |
| YUV | 143.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 160 | 0.04 | 0.15 | 0 | 0.37 | 282.5 | 0.11 | 0.58 |
| Hex | 99 | 88 | A0 | 4 | F | 0 | 25 | 11A | B | 3A |
| Octal | 231 | 210 | 240 | 4 | 17 | 0 | 45 | 432 | 13 | 72 |
| Binary | 10011001 | 10001000 | 10100000 | 100 | 1111 | 0 | 100101 | 100011010 | 1011 | 111010 |
Color Harmonies of #9988A0
Complementary color
Monochromatic Colors of #9988A0
Black with #9988A0
Text Example
Text Example
White with #9988A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9988A0; }
p { color: rgb(153,136,160); }
H1.HeaderClassName
{
color: #9988A0;
}
.AnyTagClassName
{
color: #9988A0;
}
</style>
background-color css
<style>
a { background-color: #9988A0; }
a { background-color: rgb(153,136,160); }
div.DivClassName
{
background-color: #9988A0;
}
.BgClassName
{
background-color: #9988A0;
}
</style>
border-color css
<style>
span { border-color: #9988A0; }
span { border-color: rgb(153,136,160); }
td.TdClassName
{
border-color: #9988A0;
}
.TagClassName
{
border-color: #9988A0;
}
</style>