Shades of Amethyst Smoke #A287AB
Tints of Amethyst Smoke #A287AB
RGB
CMYK
RGB Variations
Color information
#A287AB (or 0xA287AB) is known color: Amethyst Smoke. HEX triplet: A2, 87 and AB. RGB value is (162,135,171). Sum of RGB (Red+Green+Blue) = 162+135+171=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A287AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A287AB is #5D7854. Grayscale: #939393. Windows color (decimal): -6125653 or 11241378. OLE color: 11241378.
HSL color Cylindrical-coordinate representation of color #A287AB: hue angle of 285º degrees, saturation: 0.18, 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 #A287AB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 135 | 171 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.33 |
| HSL | 285º | 0.18% | 0.6% | - |
| HSV(B) | 285º | 0.21% | 0.67% | - |
| XYZ | 30.91 | 27.95 | 42.29 | - |
| YUV | 147.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 171 | 0.05 | 0.21 | 0 | 0.33 | 285 | 0.18 | 0.6 |
| Hex | A2 | 87 | AB | 5 | 15 | 0 | 21 | 11D | 12 | 3C |
| Octal | 242 | 207 | 253 | 5 | 25 | 0 | 41 | 435 | 22 | 74 |
| Binary | 10100010 | 10000111 | 10101011 | 101 | 10101 | 0 | 100001 | 100011101 | 10010 | 111100 |
Color Harmonies of #A287AB
Complementary color
Monochromatic Colors of #A287AB
Black with #A287AB
Text Example
Text Example
White with #A287AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A287AB; }
p { color: rgb(162,135,171); }
H1.HeaderClassName
{
color: #A287AB;
}
.AnyTagClassName
{
color: #A287AB;
}
</style>
background-color css
<style>
a { background-color: #A287AB; }
a { background-color: rgb(162,135,171); }
div.DivClassName
{
background-color: #A287AB;
}
.BgClassName
{
background-color: #A287AB;
}
</style>
border-color css
<style>
span { border-color: #A287AB; }
span { border-color: rgb(162,135,171); }
td.TdClassName
{
border-color: #A287AB;
}
.TagClassName
{
border-color: #A287AB;
}
</style>