Shades of Amethyst Smoke #A180A8
Tints of Amethyst Smoke #A180A8
RGB
CMYK
RGB Variations
Color information
#A180A8 (or 0xA180A8) is known color: Amethyst Smoke. HEX triplet: A1, 80 and A8. RGB value is (161,128,168). Sum of RGB (Red+Green+Blue) = 161+128+168=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 168 - color contains mainly: blue. Hex color #A180A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A180A8 is #5E7F57. Grayscale: #8E8E8E. Windows color (decimal): -6192984 or 11042977. OLE color: 11042977.
HSL color Cylindrical-coordinate representation of color #A180A8: hue angle of 289.5º 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 #A180A8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 128 | 168 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.34 |
| HSL | 289.5º | 0.19% | 0.58% | - |
| HSV(B) | 289.5º | 0.24% | 0.66% | - |
| XYZ | 29.49 | 25.84 | 40.48 | - |
| YUV | 142.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 168 | 0.04 | 0.24 | 0 | 0.34 | 289.5 | 0.19 | 0.58 |
| Hex | A1 | 80 | A8 | 4 | 18 | 0 | 22 | 122 | 13 | 3A |
| Octal | 241 | 200 | 250 | 4 | 30 | 0 | 42 | 442 | 23 | 72 |
| Binary | 10100001 | 10000000 | 10101000 | 100 | 11000 | 0 | 100010 | 100100010 | 10011 | 111010 |
Color Harmonies of #A180A8
Complementary color
Monochromatic Colors of #A180A8
Black with #A180A8
Text Example
Text Example
White with #A180A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180A8; }
p { color: rgb(161,128,168); }
H1.HeaderClassName
{
color: #A180A8;
}
.AnyTagClassName
{
color: #A180A8;
}
</style>
background-color css
<style>
a { background-color: #A180A8; }
a { background-color: rgb(161,128,168); }
div.DivClassName
{
background-color: #A180A8;
}
.BgClassName
{
background-color: #A180A8;
}
</style>
border-color css
<style>
span { border-color: #A180A8; }
span { border-color: rgb(161,128,168); }
td.TdClassName
{
border-color: #A180A8;
}
.TagClassName
{
border-color: #A180A8;
}
</style>