Shades of Amethyst Smoke #A197A5
Tints of Amethyst Smoke #A197A5
RGB
CMYK
RGB Variations
Color information
#A197A5 (or 0xA197A5) is known color: Amethyst Smoke. HEX triplet: A1, 97 and A5. RGB value is (161,151,165). Sum of RGB (Red+Green+Blue) = 161+151+165=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 165 - color contains mainly: blue. Hex color #A197A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197A5 is #5E685A. Grayscale: #9B9B9B. Windows color (decimal): -6187099 or 10852257. OLE color: 10852257.
HSL color Cylindrical-coordinate representation of color #A197A5: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A197A5 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 151 | 165 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.35 |
| HSL | 282.86º | 0.07% | 0.62% | - |
| HSV(B) | 282.86º | 0.08% | 0.65% | - |
| XYZ | 32.56 | 32.43 | 40.14 | - |
| YUV | 155.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 165 | 0.02 | 0.08 | 0 | 0.35 | 282.86 | 0.07 | 0.62 |
| Hex | A1 | 97 | A5 | 2 | 8 | 0 | 23 | 11B | 7 | 3E |
| Octal | 241 | 227 | 245 | 2 | 10 | 0 | 43 | 433 | 7 | 76 |
| Binary | 10100001 | 10010111 | 10100101 | 10 | 1000 | 0 | 100011 | 100011011 | 111 | 111110 |
Color Harmonies of #A197A5
Complementary color
Monochromatic Colors of #A197A5
Black with #A197A5
Text Example
Text Example
White with #A197A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197A5; }
p { color: rgb(161,151,165); }
H1.HeaderClassName
{
color: #A197A5;
}
.AnyTagClassName
{
color: #A197A5;
}
</style>
background-color css
<style>
a { background-color: #A197A5; }
a { background-color: rgb(161,151,165); }
div.DivClassName
{
background-color: #A197A5;
}
.BgClassName
{
background-color: #A197A5;
}
</style>
border-color css
<style>
span { border-color: #A197A5; }
span { border-color: rgb(161,151,165); }
td.TdClassName
{
border-color: #A197A5;
}
.TagClassName
{
border-color: #A197A5;
}
</style>