Shades of Amethyst Smoke #A194A6
Tints of Amethyst Smoke #A194A6
RGB
CMYK
RGB Variations
Color information
#A194A6 (or 0xA194A6) is known color: Amethyst Smoke. HEX triplet: A1, 94 and A6. RGB value is (161,148,166). Sum of RGB (Red+Green+Blue) = 161+148+166=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 166 - color contains mainly: blue. Hex color #A194A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A194A6 is #5E6B59. Grayscale: #999999. Windows color (decimal): -6187866 or 10917025. OLE color: 10917025.
HSL color Cylindrical-coordinate representation of color #A194A6: hue angle of 283.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A194A6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 148 | 166 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.35 |
| HSL | 283.33º | 0.09% | 0.62% | - |
| HSV(B) | 283.33º | 0.11% | 0.65% | - |
| XYZ | 32.17 | 31.51 | 40.46 | - |
| YUV | 153.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 166 | 0.03 | 0.11 | 0 | 0.35 | 283.33 | 0.09 | 0.62 |
| Hex | A1 | 94 | A6 | 3 | B | 0 | 23 | 11B | 9 | 3E |
| Octal | 241 | 224 | 246 | 3 | 13 | 0 | 43 | 433 | 11 | 76 |
| Binary | 10100001 | 10010100 | 10100110 | 11 | 1011 | 0 | 100011 | 100011011 | 1001 | 111110 |
Color Harmonies of #A194A6
Complementary color
Monochromatic Colors of #A194A6
Black with #A194A6
Text Example
Text Example
White with #A194A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194A6; }
p { color: rgb(161,148,166); }
H1.HeaderClassName
{
color: #A194A6;
}
.AnyTagClassName
{
color: #A194A6;
}
</style>
background-color css
<style>
a { background-color: #A194A6; }
a { background-color: rgb(161,148,166); }
div.DivClassName
{
background-color: #A194A6;
}
.BgClassName
{
background-color: #A194A6;
}
</style>
border-color css
<style>
span { border-color: #A194A6; }
span { border-color: rgb(161,148,166); }
td.TdClassName
{
border-color: #A194A6;
}
.TagClassName
{
border-color: #A194A6;
}
</style>