Shades of Amethyst Smoke #9A8FA3
Tints of Amethyst Smoke #9A8FA3
RGB
CMYK
RGB Variations
Color information
#9A8FA3 (or 0x9A8FA3) is known color: Amethyst Smoke. HEX triplet: 9A, 8F and A3. RGB value is (154,143,163). Sum of RGB (Red+Green+Blue) = 154+143+163=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 163 - color contains mainly: blue. Hex color #9A8FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8FA3 is #65705C. Grayscale: #949494. Windows color (decimal): -6647901 or 10719130. OLE color: 10719130.
HSL color Cylindrical-coordinate representation of color #9A8FA3: hue angle of 273º 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 #9A8FA3 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 143 | 163 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.36 |
| HSL | 273º | 0.1% | 0.6% | - |
| HSV(B) | 273º | 0.12% | 0.64% | - |
| XYZ | 29.76 | 29.16 | 38.71 | - |
| YUV | 148.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 163 | 0.06 | 0.12 | 0 | 0.36 | 273 | 0.1 | 0.6 |
| Hex | 9A | 8F | A3 | 6 | C | 0 | 24 | 111 | A | 3C |
| Octal | 232 | 217 | 243 | 6 | 14 | 0 | 44 | 421 | 12 | 74 |
| Binary | 10011010 | 10001111 | 10100011 | 110 | 1100 | 0 | 100100 | 100010001 | 1010 | 111100 |
Color Harmonies of #9A8FA3
Complementary color
Monochromatic Colors of #9A8FA3
Black with #9A8FA3
Text Example
Text Example
White with #9A8FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FA3; }
p { color: rgb(154,143,163); }
H1.HeaderClassName
{
color: #9A8FA3;
}
.AnyTagClassName
{
color: #9A8FA3;
}
</style>
background-color css
<style>
a { background-color: #9A8FA3; }
a { background-color: rgb(154,143,163); }
div.DivClassName
{
background-color: #9A8FA3;
}
.BgClassName
{
background-color: #9A8FA3;
}
</style>
border-color css
<style>
span { border-color: #9A8FA3; }
span { border-color: rgb(154,143,163); }
td.TdClassName
{
border-color: #9A8FA3;
}
.TagClassName
{
border-color: #9A8FA3;
}
</style>