Shades of Amethyst Smoke #A197A8
Tints of Amethyst Smoke #A197A8
RGB
CMYK
RGB Variations
Color information
#A197A8 (or 0xA197A8) is known color: Amethyst Smoke. HEX triplet: A1, 97 and A8. RGB value is (161,151,168). Sum of RGB (Red+Green+Blue) = 161+151+168=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 168 - color contains mainly: blue. Hex color #A197A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A197A8 is #5E6857. Grayscale: #9B9B9B. Windows color (decimal): -6187096 or 11048865. OLE color: 11048865.
HSL color Cylindrical-coordinate representation of color #A197A8: hue angle of 275.29º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A197A8 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
RGB | 161 | 151 | 168 | - |
CMYK | 0.04 | 0.10 | 0 | 0.34 |
HSL | 275.29º | 0.09% | 0.63% | - |
HSV(B) | 275.29º | 0.1% | 0.66% | - |
XYZ | 32.83 | 32.54 | 41.6 | - |
YUV | 155.93 | 134.81 | 131.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 151 | 168 | 0.04 | 0.10 | 0 | 0.34 | 275.29 | 0.09 | 0.63 |
Hex | A1 | 97 | A8 | 4 | A | 0 | 22 | 113 | 9 | 3F |
Octal | 241 | 227 | 250 | 4 | 12 | 0 | 42 | 423 | 11 | 77 |
Binary | 10100001 | 10010111 | 10101000 | 100 | 1010 | 0 | 100010 | 100010011 | 1001 | 111111 |
Color Harmonies of #A197A8
Complementary color
Monochromatic Colors of #A197A8
Black with #A197A8
Text Example
Text Example
White with #A197A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197A8; }
p { color: rgb(161,151,168); }
H1.HeaderClassName
{
color: #A197A8;
}
.AnyTagClassName
{
color: #A197A8;
}
</style>
background-color css
<style>
a { background-color: #A197A8; }
a { background-color: rgb(161,151,168); }
div.DivClassName
{
background-color: #A197A8;
}
.BgClassName
{
background-color: #A197A8;
}
</style>
border-color css
<style>
span { border-color: #A197A8; }
span { border-color: rgb(161,151,168); }
td.TdClassName
{
border-color: #A197A8;
}
.TagClassName
{
border-color: #A197A8;
}
</style>