Shades of Amethyst Smoke #A286A7
Tints of Amethyst Smoke #A286A7
RGB
CMYK
RGB Variations
Color information
#A286A7 (or 0xA286A7) is known color: Amethyst Smoke. HEX triplet: A2, 86 and A7. RGB value is (162,134,167). Sum of RGB (Red+Green+Blue) = 162+134+167=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 167 - color contains mainly: blue. Hex color #A286A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A286A7 is #5D7958. Grayscale: #929292. Windows color (decimal): -6125913 or 10978978. OLE color: 10978978.
HSL color Cylindrical-coordinate representation of color #A286A7: hue angle of 290.91º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A286A7 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 134 | 167 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.35 |
| HSL | 290.91º | 0.16% | 0.59% | - |
| HSV(B) | 290.91º | 0.2% | 0.65% | - |
| XYZ | 30.4 | 27.52 | 40.27 | - |
| YUV | 146.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 167 | 0.03 | 0.20 | 0 | 0.35 | 290.91 | 0.16 | 0.59 |
| Hex | A2 | 86 | A7 | 3 | 14 | 0 | 23 | 123 | 10 | 3B |
| Octal | 242 | 206 | 247 | 3 | 24 | 0 | 43 | 443 | 20 | 73 |
| Binary | 10100010 | 10000110 | 10100111 | 11 | 10100 | 0 | 100011 | 100100011 | 10000 | 111011 |
Color Harmonies of #A286A7
Complementary color
Monochromatic Colors of #A286A7
Black with #A286A7
Text Example
Text Example
White with #A286A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286A7; }
p { color: rgb(162,134,167); }
H1.HeaderClassName
{
color: #A286A7;
}
.AnyTagClassName
{
color: #A286A7;
}
</style>
background-color css
<style>
a { background-color: #A286A7; }
a { background-color: rgb(162,134,167); }
div.DivClassName
{
background-color: #A286A7;
}
.BgClassName
{
background-color: #A286A7;
}
</style>
border-color css
<style>
span { border-color: #A286A7; }
span { border-color: rgb(162,134,167); }
td.TdClassName
{
border-color: #A286A7;
}
.TagClassName
{
border-color: #A286A7;
}
</style>