Shades of Amethyst Smoke #A192A7
Tints of Amethyst Smoke #A192A7
RGB
CMYK
RGB Variations
Color information
#A192A7 (or 0xA192A7) is known color: Amethyst Smoke. HEX triplet: A1, 92 and A7. RGB value is (161,146,167). Sum of RGB (Red+Green+Blue) = 161+146+167=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 167 - color contains mainly: blue. Hex color #A192A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A192A7 is #5E6D58. Grayscale: #989898. Windows color (decimal): -6188377 or 10982049. OLE color: 10982049.
HSL color Cylindrical-coordinate representation of color #A192A7: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A192A7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 146 | 167 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.35 |
| HSL | 282.86º | 0.11% | 0.61% | - |
| HSV(B) | 282.86º | 0.13% | 0.65% | - |
| XYZ | 31.95 | 30.92 | 40.84 | - |
| YUV | 152.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 167 | 0.04 | 0.13 | 0 | 0.35 | 282.86 | 0.11 | 0.61 |
| Hex | A1 | 92 | A7 | 4 | D | 0 | 23 | 11B | B | 3D |
| Octal | 241 | 222 | 247 | 4 | 15 | 0 | 43 | 433 | 13 | 75 |
| Binary | 10100001 | 10010010 | 10100111 | 100 | 1101 | 0 | 100011 | 100011011 | 1011 | 111101 |
Color Harmonies of #A192A7
Complementary color
Monochromatic Colors of #A192A7
Black with #A192A7
Text Example
Text Example
White with #A192A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192A7; }
p { color: rgb(161,146,167); }
H1.HeaderClassName
{
color: #A192A7;
}
.AnyTagClassName
{
color: #A192A7;
}
</style>
background-color css
<style>
a { background-color: #A192A7; }
a { background-color: rgb(161,146,167); }
div.DivClassName
{
background-color: #A192A7;
}
.BgClassName
{
background-color: #A192A7;
}
</style>
border-color css
<style>
span { border-color: #A192A7; }
span { border-color: rgb(161,146,167); }
td.TdClassName
{
border-color: #A192A7;
}
.TagClassName
{
border-color: #A192A7;
}
</style>