Shades of Amethyst Smoke #A19DA2
Tints of Amethyst Smoke #A19DA2
RGB
CMYK
RGB Variations
Color information
#A19DA2 (or 0xA19DA2) is known color: Amethyst Smoke. HEX triplet: A1, 9D and A2. RGB value is (161,157,162). Sum of RGB (Red+Green+Blue) = 161+157+162=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 162 - color contains mainly: blue. Hex color #A19DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19DA2 is #5E625D. Grayscale: #9E9E9E. Windows color (decimal): -6185566 or 10657185. OLE color: 10657185.
HSL color Cylindrical-coordinate representation of color #A19DA2: hue angle of 288º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A19DA2 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 157 | 162 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.36 |
| HSL | 288º | 0.03% | 0.63% | - |
| HSV(B) | 288º | 0.03% | 0.64% | - |
| XYZ | 33.28 | 34.3 | 39.05 | - |
| YUV | 158.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 162 | 0.01 | 0.03 | 0 | 0.36 | 288 | 0.03 | 0.63 |
| Hex | A1 | 9D | A2 | 1 | 3 | 0 | 24 | 120 | 3 | 3F |
| Octal | 241 | 235 | 242 | 1 | 3 | 0 | 44 | 440 | 3 | 77 |
| Binary | 10100001 | 10011101 | 10100010 | 1 | 11 | 0 | 100100 | 100100000 | 11 | 111111 |
Color Harmonies of #A19DA2
Complementary color
Monochromatic Colors of #A19DA2
Black with #A19DA2
Text Example
Text Example
White with #A19DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19DA2; }
p { color: rgb(161,157,162); }
H1.HeaderClassName
{
color: #A19DA2;
}
.AnyTagClassName
{
color: #A19DA2;
}
</style>
background-color css
<style>
a { background-color: #A19DA2; }
a { background-color: rgb(161,157,162); }
div.DivClassName
{
background-color: #A19DA2;
}
.BgClassName
{
background-color: #A19DA2;
}
</style>
border-color css
<style>
span { border-color: #A19DA2; }
span { border-color: rgb(161,157,162); }
td.TdClassName
{
border-color: #A19DA2;
}
.TagClassName
{
border-color: #A19DA2;
}
</style>