Shades of Amethyst Smoke #998FA3
Tints of Amethyst Smoke #998FA3
RGB
CMYK
RGB Variations
Color information
#998FA3 (or 0x998FA3) is known color: Amethyst Smoke. HEX triplet: 99, 8F and A3. RGB value is (153,143,163). Sum of RGB (Red+Green+Blue) = 153+143+163=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 163 - color contains mainly: blue. Hex color #998FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998FA3 is #66705C. Grayscale: #949494. Windows color (decimal): -6713437 or 10719129. OLE color: 10719129.
HSL color Cylindrical-coordinate representation of color #998FA3: hue angle of 270º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998FA3 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 143 | 163 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.36 |
| HSL | 270º | 0.1% | 0.6% | - |
| HSV(B) | 270º | 0.12% | 0.64% | - |
| XYZ | 29.57 | 29.06 | 38.7 | - |
| YUV | 148.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 163 | 0.06 | 0.12 | 0 | 0.36 | 270 | 0.1 | 0.6 |
| Hex | 99 | 8F | A3 | 6 | C | 0 | 24 | 10E | A | 3C |
| Octal | 231 | 217 | 243 | 6 | 14 | 0 | 44 | 416 | 12 | 74 |
| Binary | 10011001 | 10001111 | 10100011 | 110 | 1100 | 0 | 100100 | 100001110 | 1010 | 111100 |
Color Harmonies of #998FA3
Complementary color
Monochromatic Colors of #998FA3
Black with #998FA3
Text Example
Text Example
White with #998FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FA3; }
p { color: rgb(153,143,163); }
H1.HeaderClassName
{
color: #998FA3;
}
.AnyTagClassName
{
color: #998FA3;
}
</style>
background-color css
<style>
a { background-color: #998FA3; }
a { background-color: rgb(153,143,163); }
div.DivClassName
{
background-color: #998FA3;
}
.BgClassName
{
background-color: #998FA3;
}
</style>
border-color css
<style>
span { border-color: #998FA3; }
span { border-color: rgb(153,143,163); }
td.TdClassName
{
border-color: #998FA3;
}
.TagClassName
{
border-color: #998FA3;
}
</style>