Shades of Amethyst Smoke #A086A3
Tints of Amethyst Smoke #A086A3
RGB
CMYK
RGB Variations
Color information
#A086A3 (or 0xA086A3) is known color: Amethyst Smoke. HEX triplet: A0, 86 and A3. RGB value is (160,134,163). Sum of RGB (Red+Green+Blue) = 160+134+163=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 163 - color contains mainly: blue. Hex color #A086A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A086A3 is #5F795C. Grayscale: #909090. Windows color (decimal): -6256989 or 10716832. OLE color: 10716832.
HSL color Cylindrical-coordinate representation of color #A086A3: hue angle of 293.79º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A086A3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 134 | 163 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.36 |
| HSL | 293.79º | 0.14% | 0.58% | - |
| HSV(B) | 293.79º | 0.18% | 0.64% | - |
| XYZ | 29.63 | 27.17 | 38.33 | - |
| YUV | 145.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 163 | 0.02 | 0.18 | 0 | 0.36 | 293.79 | 0.14 | 0.58 |
| Hex | A0 | 86 | A3 | 2 | 12 | 0 | 24 | 126 | E | 3A |
| Octal | 240 | 206 | 243 | 2 | 22 | 0 | 44 | 446 | 16 | 72 |
| Binary | 10100000 | 10000110 | 10100011 | 10 | 10010 | 0 | 100100 | 100100110 | 1110 | 111010 |
Color Harmonies of #A086A3
Complementary color
Monochromatic Colors of #A086A3
Black with #A086A3
Text Example
Text Example
White with #A086A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086A3; }
p { color: rgb(160,134,163); }
H1.HeaderClassName
{
color: #A086A3;
}
.AnyTagClassName
{
color: #A086A3;
}
</style>
background-color css
<style>
a { background-color: #A086A3; }
a { background-color: rgb(160,134,163); }
div.DivClassName
{
background-color: #A086A3;
}
.BgClassName
{
background-color: #A086A3;
}
</style>
border-color css
<style>
span { border-color: #A086A3; }
span { border-color: rgb(160,134,163); }
td.TdClassName
{
border-color: #A086A3;
}
.TagClassName
{
border-color: #A086A3;
}
</style>