Shades of Amethyst Smoke #A286AA
Tints of Amethyst Smoke #A286AA
RGB
CMYK
RGB Variations
Color information
#A286AA (or 0xA286AA) is known color: Amethyst Smoke. HEX triplet: A2, 86 and AA. RGB value is (162,134,170). Sum of RGB (Red+Green+Blue) = 162+134+170=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A286AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A286AA is #5D7955. Grayscale: #929292. Windows color (decimal): -6125910 or 11175586. OLE color: 11175586.
HSL color Cylindrical-coordinate representation of color #A286AA: hue angle of 286.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A286AA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 134 | 170 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.33 |
| HSL | 286.67º | 0.17% | 0.6% | - |
| HSV(B) | 286.67º | 0.21% | 0.67% | - |
| XYZ | 30.68 | 27.63 | 41.75 | - |
| YUV | 146.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 170 | 0.05 | 0.21 | 0 | 0.33 | 286.67 | 0.17 | 0.6 |
| Hex | A2 | 86 | AA | 5 | 15 | 0 | 21 | 11F | 11 | 3C |
| Octal | 242 | 206 | 252 | 5 | 25 | 0 | 41 | 437 | 21 | 74 |
| Binary | 10100010 | 10000110 | 10101010 | 101 | 10101 | 0 | 100001 | 100011111 | 10001 | 111100 |
Color Harmonies of #A286AA
Complementary color
Monochromatic Colors of #A286AA
Black with #A286AA
Text Example
Text Example
White with #A286AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286AA; }
p { color: rgb(162,134,170); }
H1.HeaderClassName
{
color: #A286AA;
}
.AnyTagClassName
{
color: #A286AA;
}
</style>
background-color css
<style>
a { background-color: #A286AA; }
a { background-color: rgb(162,134,170); }
div.DivClassName
{
background-color: #A286AA;
}
.BgClassName
{
background-color: #A286AA;
}
</style>
border-color css
<style>
span { border-color: #A286AA; }
span { border-color: rgb(162,134,170); }
td.TdClassName
{
border-color: #A286AA;
}
.TagClassName
{
border-color: #A286AA;
}
</style>