Shades of Amethyst Smoke #A17FA7
Tints of Amethyst Smoke #A17FA7
RGB
CMYK
RGB Variations
Color information
#A17FA7 (or 0xA17FA7) is known color: Amethyst Smoke. HEX triplet: A1, 7F and A7. RGB value is (161,127,167). Sum of RGB (Red+Green+Blue) = 161+127+167=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 167 - color contains mainly: blue. Hex color #A17FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17FA7 is #5E8058. Grayscale: #8D8D8D. Windows color (decimal): -6193241 or 10977185. OLE color: 10977185.
HSL color Cylindrical-coordinate representation of color #A17FA7: hue angle of 291º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17FA7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 127 | 167 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.35 |
| HSL | 291º | 0.19% | 0.58% | - |
| HSV(B) | 291º | 0.24% | 0.65% | - |
| XYZ | 29.26 | 25.55 | 39.95 | - |
| YUV | 141.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 167 | 0.04 | 0.24 | 0 | 0.35 | 291 | 0.19 | 0.58 |
| Hex | A1 | 7F | A7 | 4 | 18 | 0 | 23 | 123 | 13 | 3A |
| Octal | 241 | 177 | 247 | 4 | 30 | 0 | 43 | 443 | 23 | 72 |
| Binary | 10100001 | 1111111 | 10100111 | 100 | 11000 | 0 | 100011 | 100100011 | 10011 | 111010 |
Color Harmonies of #A17FA7
Complementary color
Monochromatic Colors of #A17FA7
Black with #A17FA7
Text Example
Text Example
White with #A17FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FA7; }
p { color: rgb(161,127,167); }
H1.HeaderClassName
{
color: #A17FA7;
}
.AnyTagClassName
{
color: #A17FA7;
}
</style>
background-color css
<style>
a { background-color: #A17FA7; }
a { background-color: rgb(161,127,167); }
div.DivClassName
{
background-color: #A17FA7;
}
.BgClassName
{
background-color: #A17FA7;
}
</style>
border-color css
<style>
span { border-color: #A17FA7; }
span { border-color: rgb(161,127,167); }
td.TdClassName
{
border-color: #A17FA7;
}
.TagClassName
{
border-color: #A17FA7;
}
</style>