Shades of Amethyst Smoke #A180A9
Tints of Amethyst Smoke #A180A9
RGB
CMYK
RGB Variations
Color information
#A180A9 (or 0xA180A9) is known color: Amethyst Smoke. HEX triplet: A1, 80 and A9. RGB value is (161,128,169). Sum of RGB (Red+Green+Blue) = 161+128+169=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 169 - color contains mainly: blue. Hex color #A180A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A180A9 is #5E7F56. Grayscale: #8E8E8E. Windows color (decimal): -6192983 or 11108513. OLE color: 11108513.
HSL color Cylindrical-coordinate representation of color #A180A9: hue angle of 288.29º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A180A9 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 128 | 169 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.34 |
| HSL | 288.29º | 0.19% | 0.58% | - |
| HSV(B) | 288.29º | 0.24% | 0.66% | - |
| XYZ | 29.58 | 25.88 | 40.97 | - |
| YUV | 142.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 169 | 0.05 | 0.24 | 0 | 0.34 | 288.29 | 0.19 | 0.58 |
| Hex | A1 | 80 | A9 | 5 | 18 | 0 | 22 | 120 | 13 | 3A |
| Octal | 241 | 200 | 251 | 5 | 30 | 0 | 42 | 440 | 23 | 72 |
| Binary | 10100001 | 10000000 | 10101001 | 101 | 11000 | 0 | 100010 | 100100000 | 10011 | 111010 |
Color Harmonies of #A180A9
Complementary color
Monochromatic Colors of #A180A9
Black with #A180A9
Text Example
Text Example
White with #A180A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180A9; }
p { color: rgb(161,128,169); }
H1.HeaderClassName
{
color: #A180A9;
}
.AnyTagClassName
{
color: #A180A9;
}
</style>
background-color css
<style>
a { background-color: #A180A9; }
a { background-color: rgb(161,128,169); }
div.DivClassName
{
background-color: #A180A9;
}
.BgClassName
{
background-color: #A180A9;
}
</style>
border-color css
<style>
span { border-color: #A180A9; }
span { border-color: rgb(161,128,169); }
td.TdClassName
{
border-color: #A180A9;
}
.TagClassName
{
border-color: #A180A9;
}
</style>