Shades of Amethyst Smoke #A191A9
Tints of Amethyst Smoke #A191A9
RGB
CMYK
RGB Variations
Color information
#A191A9 (or 0xA191A9) is known color: Amethyst Smoke. HEX triplet: A1, 91 and A9. RGB value is (161,145,169). Sum of RGB (Red+Green+Blue) = 161+145+169=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #A191A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A191A9 is #5E6E56. Grayscale: #989898. Windows color (decimal): -6188631 or 11112865. OLE color: 11112865.
HSL color Cylindrical-coordinate representation of color #A191A9: hue angle of 280º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A191A9 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 145 | 169 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.34 |
| HSL | 280º | 0.12% | 0.62% | - |
| HSV(B) | 280º | 0.14% | 0.66% | - |
| XYZ | 31.98 | 30.69 | 41.77 | - |
| YUV | 152.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 169 | 0.05 | 0.14 | 0 | 0.34 | 280 | 0.12 | 0.62 |
| Hex | A1 | 91 | A9 | 5 | E | 0 | 22 | 118 | C | 3E |
| Octal | 241 | 221 | 251 | 5 | 16 | 0 | 42 | 430 | 14 | 76 |
| Binary | 10100001 | 10010001 | 10101001 | 101 | 1110 | 0 | 100010 | 100011000 | 1100 | 111110 |
Color Harmonies of #A191A9
Complementary color
Monochromatic Colors of #A191A9
Black with #A191A9
Text Example
Text Example
White with #A191A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191A9; }
p { color: rgb(161,145,169); }
H1.HeaderClassName
{
color: #A191A9;
}
.AnyTagClassName
{
color: #A191A9;
}
</style>
background-color css
<style>
a { background-color: #A191A9; }
a { background-color: rgb(161,145,169); }
div.DivClassName
{
background-color: #A191A9;
}
.BgClassName
{
background-color: #A191A9;
}
</style>
border-color css
<style>
span { border-color: #A191A9; }
span { border-color: rgb(161,145,169); }
td.TdClassName
{
border-color: #A191A9;
}
.TagClassName
{
border-color: #A191A9;
}
</style>