Shades of Amethyst Smoke #A184A9
Tints of Amethyst Smoke #A184A9
RGB
CMYK
RGB Variations
Color information
#A184A9 (or 0xA184A9) is known color: Amethyst Smoke. HEX triplet: A1, 84 and A9. RGB value is (161,132,169). Sum of RGB (Red+Green+Blue) = 161+132+169=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 169 - color contains mainly: blue. Hex color #A184A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A184A9 is #5E7B56. Grayscale: #909090. Windows color (decimal): -6191959 or 11109537. OLE color: 11109537.
HSL color Cylindrical-coordinate representation of color #A184A9: hue angle of 287.03º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A184A9 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 132 | 169 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.34 |
| HSL | 287.03º | 0.18% | 0.59% | - |
| HSV(B) | 287.03º | 0.22% | 0.66% | - |
| XYZ | 30.11 | 26.94 | 41.15 | - |
| YUV | 144.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 169 | 0.05 | 0.22 | 0 | 0.34 | 287.03 | 0.18 | 0.59 |
| Hex | A1 | 84 | A9 | 5 | 16 | 0 | 22 | 11F | 12 | 3B |
| Octal | 241 | 204 | 251 | 5 | 26 | 0 | 42 | 437 | 22 | 73 |
| Binary | 10100001 | 10000100 | 10101001 | 101 | 10110 | 0 | 100010 | 100011111 | 10010 | 111011 |
Color Harmonies of #A184A9
Complementary color
Monochromatic Colors of #A184A9
Black with #A184A9
Text Example
Text Example
White with #A184A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A184A9; }
p { color: rgb(161,132,169); }
H1.HeaderClassName
{
color: #A184A9;
}
.AnyTagClassName
{
color: #A184A9;
}
</style>
background-color css
<style>
a { background-color: #A184A9; }
a { background-color: rgb(161,132,169); }
div.DivClassName
{
background-color: #A184A9;
}
.BgClassName
{
background-color: #A184A9;
}
</style>
border-color css
<style>
span { border-color: #A184A9; }
span { border-color: rgb(161,132,169); }
td.TdClassName
{
border-color: #A184A9;
}
.TagClassName
{
border-color: #A184A9;
}
</style>