Shades of Amethyst Smoke #A17EAB
Tints of Amethyst Smoke #A17EAB
RGB
CMYK
RGB Variations
Color information
#A17EAB (or 0xA17EAB) is known color: Amethyst Smoke. HEX triplet: A1, 7E and AB. RGB value is (161,126,171). Sum of RGB (Red+Green+Blue) = 161+126+171=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A17EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EAB is #5E8154. Grayscale: #8D8D8D. Windows color (decimal): -6193493 or 11239073. OLE color: 11239073.
HSL color Cylindrical-coordinate representation of color #A17EAB: hue angle of 286.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A17EAB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 126 | 171 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.33 |
| HSL | 286.67º | 0.21% | 0.58% | - |
| HSV(B) | 286.67º | 0.26% | 0.67% | - |
| XYZ | 29.51 | 25.44 | 41.88 | - |
| YUV | 141.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 171 | 0.06 | 0.26 | 0 | 0.33 | 286.67 | 0.21 | 0.58 |
| Hex | A1 | 7E | AB | 6 | 1A | 0 | 21 | 11F | 15 | 3A |
| Octal | 241 | 176 | 253 | 6 | 32 | 0 | 41 | 437 | 25 | 72 |
| Binary | 10100001 | 1111110 | 10101011 | 110 | 11010 | 0 | 100001 | 100011111 | 10101 | 111010 |
Color Harmonies of #A17EAB
Complementary color
Monochromatic Colors of #A17EAB
Black with #A17EAB
Text Example
Text Example
White with #A17EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EAB; }
p { color: rgb(161,126,171); }
H1.HeaderClassName
{
color: #A17EAB;
}
.AnyTagClassName
{
color: #A17EAB;
}
</style>
background-color css
<style>
a { background-color: #A17EAB; }
a { background-color: rgb(161,126,171); }
div.DivClassName
{
background-color: #A17EAB;
}
.BgClassName
{
background-color: #A17EAB;
}
</style>
border-color css
<style>
span { border-color: #A17EAB; }
span { border-color: rgb(161,126,171); }
td.TdClassName
{
border-color: #A17EAB;
}
.TagClassName
{
border-color: #A17EAB;
}
</style>