Shades of Amethyst Smoke #A287A6
Tints of Amethyst Smoke #A287A6
RGB
CMYK
RGB Variations
Color information
#A287A6 (or 0xA287A6) is known color: Amethyst Smoke. HEX triplet: A2, 87 and A6. RGB value is (162,135,166). Sum of RGB (Red+Green+Blue) = 162+135+166=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 166 - color contains mainly: blue. Hex color #A287A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A287A6 is #5D7859. Grayscale: #929292. Windows color (decimal): -6125658 or 10913698. OLE color: 10913698.
HSL color Cylindrical-coordinate representation of color #A287A6: hue angle of 292.26º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A287A6 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 135 | 166 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.35 |
| HSL | 292.26º | 0.15% | 0.59% | - |
| HSV(B) | 292.26º | 0.19% | 0.65% | - |
| XYZ | 30.45 | 27.76 | 39.83 | - |
| YUV | 146.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 166 | 0.02 | 0.19 | 0 | 0.35 | 292.26 | 0.15 | 0.59 |
| Hex | A2 | 87 | A6 | 2 | 13 | 0 | 23 | 124 | F | 3B |
| Octal | 242 | 207 | 246 | 2 | 23 | 0 | 43 | 444 | 17 | 73 |
| Binary | 10100010 | 10000111 | 10100110 | 10 | 10011 | 0 | 100011 | 100100100 | 1111 | 111011 |
Color Harmonies of #A287A6
Complementary color
Monochromatic Colors of #A287A6
Black with #A287A6
Text Example
Text Example
White with #A287A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287A6; }
p { color: rgb(162,135,166); }
H1.HeaderClassName
{
color: #A287A6;
}
.AnyTagClassName
{
color: #A287A6;
}
</style>
background-color css
<style>
a { background-color: #A287A6; }
a { background-color: rgb(162,135,166); }
div.DivClassName
{
background-color: #A287A6;
}
.BgClassName
{
background-color: #A287A6;
}
</style>
border-color css
<style>
span { border-color: #A287A6; }
span { border-color: rgb(162,135,166); }
td.TdClassName
{
border-color: #A287A6;
}
.TagClassName
{
border-color: #A287A6;
}
</style>