Shades of Amethyst Smoke #A087AB
Tints of Amethyst Smoke #A087AB
RGB
CMYK
RGB Variations
Color information
#A087AB (or 0xA087AB) is known color: Amethyst Smoke. HEX triplet: A0, 87 and AB. RGB value is (160,135,171). Sum of RGB (Red+Green+Blue) = 160+135+171=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A087AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A087AB is #5F7854. Grayscale: #929292. Windows color (decimal): -6256725 or 11241376. OLE color: 11241376.
HSL color Cylindrical-coordinate representation of color #A087AB: hue angle of 281.67º 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 #A087AB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 135 | 171 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.33 |
| HSL | 281.67º | 0.18% | 0.6% | - |
| HSV(B) | 281.67º | 0.21% | 0.67% | - |
| XYZ | 30.51 | 27.74 | 42.27 | - |
| YUV | 146.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 171 | 0.06 | 0.21 | 0 | 0.33 | 281.67 | 0.18 | 0.6 |
| Hex | A0 | 87 | AB | 6 | 15 | 0 | 21 | 11A | 12 | 3C |
| Octal | 240 | 207 | 253 | 6 | 25 | 0 | 41 | 432 | 22 | 74 |
| Binary | 10100000 | 10000111 | 10101011 | 110 | 10101 | 0 | 100001 | 100011010 | 10010 | 111100 |
Color Harmonies of #A087AB
Complementary color
Monochromatic Colors of #A087AB
Black with #A087AB
Text Example
Text Example
White with #A087AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087AB; }
p { color: rgb(160,135,171); }
H1.HeaderClassName
{
color: #A087AB;
}
.AnyTagClassName
{
color: #A087AB;
}
</style>
background-color css
<style>
a { background-color: #A087AB; }
a { background-color: rgb(160,135,171); }
div.DivClassName
{
background-color: #A087AB;
}
.BgClassName
{
background-color: #A087AB;
}
</style>
border-color css
<style>
span { border-color: #A087AB; }
span { border-color: rgb(160,135,171); }
td.TdClassName
{
border-color: #A087AB;
}
.TagClassName
{
border-color: #A087AB;
}
</style>