Shades of Amethyst Smoke #998AA2
Tints of Amethyst Smoke #998AA2
RGB
CMYK
RGB Variations
Color information
#998AA2 (or 0x998AA2) is known color: Amethyst Smoke. HEX triplet: 99, 8A and A2. RGB value is (153,138,162). Sum of RGB (Red+Green+Blue) = 153+138+162=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 162 - color contains mainly: blue. Hex color #998AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AA2 is #66755D. Grayscale: #919191. Windows color (decimal): -6714718 or 10652313. OLE color: 10652313.
HSL color Cylindrical-coordinate representation of color #998AA2: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998AA2 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 138 | 162 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.36 |
| HSL | 277.5º | 0.11% | 0.59% | - |
| HSV(B) | 277.5º | 0.15% | 0.64% | - |
| XYZ | 28.75 | 27.56 | 37.99 | - |
| YUV | 145.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 162 | 0.06 | 0.15 | 0 | 0.36 | 277.5 | 0.11 | 0.59 |
| Hex | 99 | 8A | A2 | 6 | F | 0 | 24 | 116 | B | 3B |
| Octal | 231 | 212 | 242 | 6 | 17 | 0 | 44 | 426 | 13 | 73 |
| Binary | 10011001 | 10001010 | 10100010 | 110 | 1111 | 0 | 100100 | 100010110 | 1011 | 111011 |
Color Harmonies of #998AA2
Complementary color
Monochromatic Colors of #998AA2
Black with #998AA2
Text Example
Text Example
White with #998AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AA2; }
p { color: rgb(153,138,162); }
H1.HeaderClassName
{
color: #998AA2;
}
.AnyTagClassName
{
color: #998AA2;
}
</style>
background-color css
<style>
a { background-color: #998AA2; }
a { background-color: rgb(153,138,162); }
div.DivClassName
{
background-color: #998AA2;
}
.BgClassName
{
background-color: #998AA2;
}
</style>
border-color css
<style>
span { border-color: #998AA2; }
span { border-color: rgb(153,138,162); }
td.TdClassName
{
border-color: #998AA2;
}
.TagClassName
{
border-color: #998AA2;
}
</style>