Shades of Amethyst Smoke #9A94A0
Tints of Amethyst Smoke #9A94A0
RGB
CMYK
RGB Variations
Color information
#9A94A0 (or 0x9A94A0) is known color: Amethyst Smoke. HEX triplet: 9A, 94 and A0. RGB value is (154,148,160). Sum of RGB (Red+Green+Blue) = 154+148+160=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 160 - color contains mainly: blue. Hex color #9A94A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A94A0 is #656B5F. Grayscale: #979797. Windows color (decimal): -6646624 or 10523802. OLE color: 10523802.
HSL color Cylindrical-coordinate representation of color #9A94A0: hue angle of 270º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9A94A0 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 148 | 160 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.37 |
| HSL | 270º | 0.06% | 0.6% | - |
| HSV(B) | 270º | 0.07% | 0.63% | - |
| XYZ | 30.26 | 30.59 | 37.57 | - |
| YUV | 151.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 160 | 0.04 | 0.07 | 0 | 0.37 | 270 | 0.06 | 0.6 |
| Hex | 9A | 94 | A0 | 4 | 7 | 0 | 25 | 10E | 6 | 3C |
| Octal | 232 | 224 | 240 | 4 | 7 | 0 | 45 | 416 | 6 | 74 |
| Binary | 10011010 | 10010100 | 10100000 | 100 | 111 | 0 | 100101 | 100001110 | 110 | 111100 |
Color Harmonies of #9A94A0
Complementary color
Monochromatic Colors of #9A94A0
Black with #9A94A0
Text Example
Text Example
White with #9A94A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A94A0; }
p { color: rgb(154,148,160); }
H1.HeaderClassName
{
color: #9A94A0;
}
.AnyTagClassName
{
color: #9A94A0;
}
</style>
background-color css
<style>
a { background-color: #9A94A0; }
a { background-color: rgb(154,148,160); }
div.DivClassName
{
background-color: #9A94A0;
}
.BgClassName
{
background-color: #9A94A0;
}
</style>
border-color css
<style>
span { border-color: #9A94A0; }
span { border-color: rgb(154,148,160); }
td.TdClassName
{
border-color: #9A94A0;
}
.TagClassName
{
border-color: #9A94A0;
}
</style>