Shades of Amethyst Smoke #A193A9
Tints of Amethyst Smoke #A193A9
RGB
CMYK
RGB Variations
Color information
#A193A9 (or 0xA193A9) is known color: Amethyst Smoke. HEX triplet: A1, 93 and A9. RGB value is (161,147,169). Sum of RGB (Red+Green+Blue) = 161+147+169=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 169 - color contains mainly: blue. Hex color #A193A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193A9 is #5E6C56. Grayscale: #999999. Windows color (decimal): -6188119 or 11113377. OLE color: 11113377.
HSL color Cylindrical-coordinate representation of color #A193A9: hue angle of 278.18º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A193A9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 147 | 169 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.34 |
| HSL | 278.18º | 0.11% | 0.62% | - |
| HSV(B) | 278.18º | 0.13% | 0.66% | - |
| XYZ | 32.29 | 31.31 | 41.88 | - |
| YUV | 153.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 169 | 0.05 | 0.13 | 0 | 0.34 | 278.18 | 0.11 | 0.62 |
| Hex | A1 | 93 | A9 | 5 | D | 0 | 22 | 116 | B | 3E |
| Octal | 241 | 223 | 251 | 5 | 15 | 0 | 42 | 426 | 13 | 76 |
| Binary | 10100001 | 10010011 | 10101001 | 101 | 1101 | 0 | 100010 | 100010110 | 1011 | 111110 |
Color Harmonies of #A193A9
Complementary color
Monochromatic Colors of #A193A9
Black with #A193A9
Text Example
Text Example
White with #A193A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193A9; }
p { color: rgb(161,147,169); }
H1.HeaderClassName
{
color: #A193A9;
}
.AnyTagClassName
{
color: #A193A9;
}
</style>
background-color css
<style>
a { background-color: #A193A9; }
a { background-color: rgb(161,147,169); }
div.DivClassName
{
background-color: #A193A9;
}
.BgClassName
{
background-color: #A193A9;
}
</style>
border-color css
<style>
span { border-color: #A193A9; }
span { border-color: rgb(161,147,169); }
td.TdClassName
{
border-color: #A193A9;
}
.TagClassName
{
border-color: #A193A9;
}
</style>