Shades of Amethyst Smoke #A186AC
Tints of Amethyst Smoke #A186AC
RGB
CMYK
RGB Variations
Color information
#A186AC (or 0xA186AC) is known color: Amethyst Smoke. HEX triplet: A1, 86 and AC. RGB value is (161,134,172). Sum of RGB (Red+Green+Blue) = 161+134+172=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #A186AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A186AC is #5E7953. Grayscale: #929292. Windows color (decimal): -6191444 or 11306657. OLE color: 11306657.
HSL color Cylindrical-coordinate representation of color #A186AC: hue angle of 282.63º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A186AC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 134 | 172 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.33 |
| HSL | 282.63º | 0.19% | 0.6% | - |
| HSV(B) | 282.63º | 0.22% | 0.67% | - |
| XYZ | 30.67 | 27.61 | 42.74 | - |
| YUV | 146.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 172 | 0.06 | 0.22 | 0 | 0.33 | 282.63 | 0.19 | 0.6 |
| Hex | A1 | 86 | AC | 6 | 16 | 0 | 21 | 11B | 13 | 3C |
| Octal | 241 | 206 | 254 | 6 | 26 | 0 | 41 | 433 | 23 | 74 |
| Binary | 10100001 | 10000110 | 10101100 | 110 | 10110 | 0 | 100001 | 100011011 | 10011 | 111100 |
Color Harmonies of #A186AC
Complementary color
Monochromatic Colors of #A186AC
Black with #A186AC
Text Example
Text Example
White with #A186AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A186AC; }
p { color: rgb(161,134,172); }
H1.HeaderClassName
{
color: #A186AC;
}
.AnyTagClassName
{
color: #A186AC;
}
</style>
background-color css
<style>
a { background-color: #A186AC; }
a { background-color: rgb(161,134,172); }
div.DivClassName
{
background-color: #A186AC;
}
.BgClassName
{
background-color: #A186AC;
}
</style>
border-color css
<style>
span { border-color: #A186AC; }
span { border-color: rgb(161,134,172); }
td.TdClassName
{
border-color: #A186AC;
}
.TagClassName
{
border-color: #A186AC;
}
</style>