Shades of Amethyst Smoke #998AA0
Tints of Amethyst Smoke #998AA0
RGB
CMYK
RGB Variations
Color information
#998AA0 (or 0x998AA0) is known color: Amethyst Smoke. HEX triplet: 99, 8A and A0. RGB value is (153,138,160). Sum of RGB (Red+Green+Blue) = 153+138+160=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 160 - color contains mainly: blue. Hex color #998AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AA0 is #66755F. Grayscale: #909090. Windows color (decimal): -6714720 or 10521241. OLE color: 10521241.
HSL color Cylindrical-coordinate representation of color #998AA0: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998AA0 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 138 | 160 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.37 |
| HSL | 280.91º | 0.1% | 0.58% | - |
| HSV(B) | 280.91º | 0.14% | 0.63% | - |
| XYZ | 28.57 | 27.49 | 37.06 | - |
| YUV | 144.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 160 | 0.04 | 0.14 | 0 | 0.37 | 280.91 | 0.1 | 0.58 |
| Hex | 99 | 8A | A0 | 4 | E | 0 | 25 | 119 | A | 3A |
| Octal | 231 | 212 | 240 | 4 | 16 | 0 | 45 | 431 | 12 | 72 |
| Binary | 10011001 | 10001010 | 10100000 | 100 | 1110 | 0 | 100101 | 100011001 | 1010 | 111010 |
Color Harmonies of #998AA0
Complementary color
Monochromatic Colors of #998AA0
Black with #998AA0
Text Example
Text Example
White with #998AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AA0; }
p { color: rgb(153,138,160); }
H1.HeaderClassName
{
color: #998AA0;
}
.AnyTagClassName
{
color: #998AA0;
}
</style>
background-color css
<style>
a { background-color: #998AA0; }
a { background-color: rgb(153,138,160); }
div.DivClassName
{
background-color: #998AA0;
}
.BgClassName
{
background-color: #998AA0;
}
</style>
border-color css
<style>
span { border-color: #998AA0; }
span { border-color: rgb(153,138,160); }
td.TdClassName
{
border-color: #998AA0;
}
.TagClassName
{
border-color: #998AA0;
}
</style>