Shades of Amethyst Smoke #A199A6
Tints of Amethyst Smoke #A199A6
RGB
CMYK
RGB Variations
Color information
#A199A6 (or 0xA199A6) is known color: Amethyst Smoke. HEX triplet: A1, 99 and A6. RGB value is (161,153,166). Sum of RGB (Red+Green+Blue) = 161+153+166=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 166 - color contains mainly: blue. Hex color #A199A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199A6 is #5E6659. Grayscale: #9C9C9C. Windows color (decimal): -6186586 or 10918305. OLE color: 10918305.
HSL color Cylindrical-coordinate representation of color #A199A6: hue angle of 276.92º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A199A6 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 153 | 166 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.35 |
| HSL | 276.92º | 0.07% | 0.63% | - |
| HSV(B) | 276.92º | 0.08% | 0.65% | - |
| XYZ | 32.97 | 33.11 | 40.73 | - |
| YUV | 156.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 166 | 0.03 | 0.08 | 0 | 0.35 | 276.92 | 0.07 | 0.63 |
| Hex | A1 | 99 | A6 | 3 | 8 | 0 | 23 | 115 | 7 | 3F |
| Octal | 241 | 231 | 246 | 3 | 10 | 0 | 43 | 425 | 7 | 77 |
| Binary | 10100001 | 10011001 | 10100110 | 11 | 1000 | 0 | 100011 | 100010101 | 111 | 111111 |
Color Harmonies of #A199A6
Complementary color
Monochromatic Colors of #A199A6
Black with #A199A6
Text Example
Text Example
White with #A199A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199A6; }
p { color: rgb(161,153,166); }
H1.HeaderClassName
{
color: #A199A6;
}
.AnyTagClassName
{
color: #A199A6;
}
</style>
background-color css
<style>
a { background-color: #A199A6; }
a { background-color: rgb(161,153,166); }
div.DivClassName
{
background-color: #A199A6;
}
.BgClassName
{
background-color: #A199A6;
}
</style>
border-color css
<style>
span { border-color: #A199A6; }
span { border-color: rgb(161,153,166); }
td.TdClassName
{
border-color: #A199A6;
}
.TagClassName
{
border-color: #A199A6;
}
</style>