Shades of Amethyst Smoke #A084A9
Tints of Amethyst Smoke #A084A9
RGB
CMYK
RGB Variations
Color information
#A084A9 (or 0xA084A9) is known color: Amethyst Smoke. HEX triplet: A0, 84 and A9. RGB value is (160,132,169). Sum of RGB (Red+Green+Blue) = 160+132+169=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 169 - color contains mainly: blue. Hex color #A084A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A084A9 is #5F7B56. Grayscale: #909090. Windows color (decimal): -6257495 or 11109536. OLE color: 11109536.
HSL color Cylindrical-coordinate representation of color #A084A9: hue angle of 285.41º 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 #A084A9 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 132 | 169 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.34 |
| HSL | 285.41º | 0.18% | 0.59% | - |
| HSV(B) | 285.41º | 0.22% | 0.66% | - |
| XYZ | 29.91 | 26.84 | 41.14 | - |
| YUV | 144.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 169 | 0.05 | 0.22 | 0 | 0.34 | 285.41 | 0.18 | 0.59 |
| Hex | A0 | 84 | A9 | 5 | 16 | 0 | 22 | 11D | 12 | 3B |
| Octal | 240 | 204 | 251 | 5 | 26 | 0 | 42 | 435 | 22 | 73 |
| Binary | 10100000 | 10000100 | 10101001 | 101 | 10110 | 0 | 100010 | 100011101 | 10010 | 111011 |
Color Harmonies of #A084A9
Complementary color
Monochromatic Colors of #A084A9
Black with #A084A9
Text Example
Text Example
White with #A084A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084A9; }
p { color: rgb(160,132,169); }
H1.HeaderClassName
{
color: #A084A9;
}
.AnyTagClassName
{
color: #A084A9;
}
</style>
background-color css
<style>
a { background-color: #A084A9; }
a { background-color: rgb(160,132,169); }
div.DivClassName
{
background-color: #A084A9;
}
.BgClassName
{
background-color: #A084A9;
}
</style>
border-color css
<style>
span { border-color: #A084A9; }
span { border-color: rgb(160,132,169); }
td.TdClassName
{
border-color: #A084A9;
}
.TagClassName
{
border-color: #A084A9;
}
</style>