Shades of Amethyst Smoke #A286AB
Tints of Amethyst Smoke #A286AB
RGB
CMYK
RGB Variations
Color information
#A286AB (or 0xA286AB) is known color: Amethyst Smoke. HEX triplet: A2, 86 and AB. RGB value is (162,134,171). Sum of RGB (Red+Green+Blue) = 162+134+171=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #A286AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A286AB is #5D7954. Grayscale: #929292. Windows color (decimal): -6125909 or 11241122. OLE color: 11241122.
HSL color Cylindrical-coordinate representation of color #A286AB: hue angle of 285.41º degrees, saturation: 0.18, 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 #A286AB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 134 | 171 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.33 |
| HSL | 285.41º | 0.18% | 0.6% | - |
| HSV(B) | 285.41º | 0.22% | 0.67% | - |
| XYZ | 30.78 | 27.67 | 42.25 | - |
| YUV | 146.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 171 | 0.05 | 0.22 | 0 | 0.33 | 285.41 | 0.18 | 0.6 |
| Hex | A2 | 86 | AB | 5 | 16 | 0 | 21 | 11D | 12 | 3C |
| Octal | 242 | 206 | 253 | 5 | 26 | 0 | 41 | 435 | 22 | 74 |
| Binary | 10100010 | 10000110 | 10101011 | 101 | 10110 | 0 | 100001 | 100011101 | 10010 | 111100 |
Color Harmonies of #A286AB
Complementary color
Monochromatic Colors of #A286AB
Black with #A286AB
Text Example
Text Example
White with #A286AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A286AB; }
p { color: rgb(162,134,171); }
H1.HeaderClassName
{
color: #A286AB;
}
.AnyTagClassName
{
color: #A286AB;
}
</style>
background-color css
<style>
a { background-color: #A286AB; }
a { background-color: rgb(162,134,171); }
div.DivClassName
{
background-color: #A286AB;
}
.BgClassName
{
background-color: #A286AB;
}
</style>
border-color css
<style>
span { border-color: #A286AB; }
span { border-color: rgb(162,134,171); }
td.TdClassName
{
border-color: #A286AB;
}
.TagClassName
{
border-color: #A286AB;
}
</style>