Shades of Amethyst Smoke #A17EA9
Tints of Amethyst Smoke #A17EA9
RGB
CMYK
RGB Variations
Color information
#A17EA9 (or 0xA17EA9) is known color: Amethyst Smoke. HEX triplet: A1, 7E and A9. RGB value is (161,126,169). Sum of RGB (Red+Green+Blue) = 161+126+169=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 169 - color contains mainly: blue. Hex color #A17EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EA9 is #5E8156. Grayscale: #8D8D8D. Windows color (decimal): -6193495 or 11108001. OLE color: 11108001.
HSL color Cylindrical-coordinate representation of color #A17EA9: hue angle of 288.84º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A17EA9 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 126 | 169 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.34 |
| HSL | 288.84º | 0.2% | 0.58% | - |
| HSV(B) | 288.84º | 0.25% | 0.66% | - |
| XYZ | 29.32 | 25.36 | 40.89 | - |
| YUV | 141.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 169 | 0.05 | 0.25 | 0 | 0.34 | 288.84 | 0.2 | 0.58 |
| Hex | A1 | 7E | A9 | 5 | 19 | 0 | 22 | 121 | 14 | 3A |
| Octal | 241 | 176 | 251 | 5 | 31 | 0 | 42 | 441 | 24 | 72 |
| Binary | 10100001 | 1111110 | 10101001 | 101 | 11001 | 0 | 100010 | 100100001 | 10100 | 111010 |
Color Harmonies of #A17EA9
Complementary color
Monochromatic Colors of #A17EA9
Black with #A17EA9
Text Example
Text Example
White with #A17EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EA9; }
p { color: rgb(161,126,169); }
H1.HeaderClassName
{
color: #A17EA9;
}
.AnyTagClassName
{
color: #A17EA9;
}
</style>
background-color css
<style>
a { background-color: #A17EA9; }
a { background-color: rgb(161,126,169); }
div.DivClassName
{
background-color: #A17EA9;
}
.BgClassName
{
background-color: #A17EA9;
}
</style>
border-color css
<style>
span { border-color: #A17EA9; }
span { border-color: rgb(161,126,169); }
td.TdClassName
{
border-color: #A17EA9;
}
.TagClassName
{
border-color: #A17EA9;
}
</style>