Shades of Amethyst Smoke #9A84AA
Tints of Amethyst Smoke #9A84AA
RGB
CMYK
RGB Variations
Color information
#9A84AA (or 0x9A84AA) is known color: Amethyst Smoke. HEX triplet: 9A, 84 and AA. RGB value is (154,132,170). Sum of RGB (Red+Green+Blue) = 154+132+170=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A84AA is #657B55. Grayscale: #8E8E8E. Windows color (decimal): -6650710 or 11175066. OLE color: 11175066.
HSL color Cylindrical-coordinate representation of color #9A84AA: hue angle of 274.74º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A84AA is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 132 | 170 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.33 |
| HSL | 274.74º | 0.18% | 0.59% | - |
| HSV(B) | 274.74º | 0.22% | 0.67% | - |
| XYZ | 28.83 | 26.27 | 41.58 | - |
| YUV | 142.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 170 | 0.09 | 0.22 | 0 | 0.33 | 274.74 | 0.18 | 0.59 |
| Hex | 9A | 84 | AA | 9 | 16 | 0 | 21 | 113 | 12 | 3B |
| Octal | 232 | 204 | 252 | 11 | 26 | 0 | 41 | 423 | 22 | 73 |
| Binary | 10011010 | 10000100 | 10101010 | 1001 | 10110 | 0 | 100001 | 100010011 | 10010 | 111011 |
Color Harmonies of #9A84AA
Complementary color
Monochromatic Colors of #9A84AA
Black with #9A84AA
Text Example
Text Example
White with #9A84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A84AA; }
p { color: rgb(154,132,170); }
H1.HeaderClassName
{
color: #9A84AA;
}
.AnyTagClassName
{
color: #9A84AA;
}
</style>
background-color css
<style>
a { background-color: #9A84AA; }
a { background-color: rgb(154,132,170); }
div.DivClassName
{
background-color: #9A84AA;
}
.BgClassName
{
background-color: #9A84AA;
}
</style>
border-color css
<style>
span { border-color: #9A84AA; }
span { border-color: rgb(154,132,170); }
td.TdClassName
{
border-color: #9A84AA;
}
.TagClassName
{
border-color: #9A84AA;
}
</style>