Shades of Amethyst Smoke #A17EAD
Tints of Amethyst Smoke #A17EAD
RGB
CMYK
RGB Variations
Color information
#A17EAD (or 0xA17EAD) is known color: Amethyst Smoke. HEX triplet: A1, 7E and AD. RGB value is (161,126,173). Sum of RGB (Red+Green+Blue) = 161+126+173=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #A17EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17EAD is #5E8152. Grayscale: #8D8D8D. Windows color (decimal): -6193491 or 11370145. OLE color: 11370145.
HSL color Cylindrical-coordinate representation of color #A17EAD: hue angle of 284.68º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17EAD is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 126 | 173 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.32 |
| HSL | 284.68º | 0.22% | 0.59% | - |
| HSV(B) | 284.68º | 0.27% | 0.68% | - |
| XYZ | 29.7 | 25.52 | 42.89 | - |
| YUV | 141.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 173 | 0.07 | 0.27 | 0 | 0.32 | 284.68 | 0.22 | 0.59 |
| Hex | A1 | 7E | AD | 7 | 1B | 0 | 20 | 11D | 16 | 3B |
| Octal | 241 | 176 | 255 | 7 | 33 | 0 | 40 | 435 | 26 | 73 |
| Binary | 10100001 | 1111110 | 10101101 | 111 | 11011 | 0 | 100000 | 100011101 | 10110 | 111011 |
Color Harmonies of #A17EAD
Complementary color
Monochromatic Colors of #A17EAD
Black with #A17EAD
Text Example
Text Example
White with #A17EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EAD; }
p { color: rgb(161,126,173); }
H1.HeaderClassName
{
color: #A17EAD;
}
.AnyTagClassName
{
color: #A17EAD;
}
</style>
background-color css
<style>
a { background-color: #A17EAD; }
a { background-color: rgb(161,126,173); }
div.DivClassName
{
background-color: #A17EAD;
}
.BgClassName
{
background-color: #A17EAD;
}
</style>
border-color css
<style>
span { border-color: #A17EAD; }
span { border-color: rgb(161,126,173); }
td.TdClassName
{
border-color: #A17EAD;
}
.TagClassName
{
border-color: #A17EAD;
}
</style>