Shades of Amethyst Smoke #A087AA
Tints of Amethyst Smoke #A087AA
RGB
CMYK
RGB Variations
Color information
#A087AA (or 0xA087AA) is known color: Amethyst Smoke. HEX triplet: A0, 87 and AA. RGB value is (160,135,170). Sum of RGB (Red+Green+Blue) = 160+135+170=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A087AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A087AA is #5F7855. Grayscale: #929292. Windows color (decimal): -6256726 or 11175840. OLE color: 11175840.
HSL color Cylindrical-coordinate representation of color #A087AA: hue angle of 282.86º 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 #A087AA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 135 | 170 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.33 |
| HSL | 282.86º | 0.17% | 0.6% | - |
| HSV(B) | 282.86º | 0.21% | 0.67% | - |
| XYZ | 30.42 | 27.7 | 41.77 | - |
| YUV | 146.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 170 | 0.06 | 0.21 | 0 | 0.33 | 282.86 | 0.17 | 0.6 |
| Hex | A0 | 87 | AA | 6 | 15 | 0 | 21 | 11B | 11 | 3C |
| Octal | 240 | 207 | 252 | 6 | 25 | 0 | 41 | 433 | 21 | 74 |
| Binary | 10100000 | 10000111 | 10101010 | 110 | 10101 | 0 | 100001 | 100011011 | 10001 | 111100 |
Color Harmonies of #A087AA
Complementary color
Monochromatic Colors of #A087AA
Black with #A087AA
Text Example
Text Example
White with #A087AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087AA; }
p { color: rgb(160,135,170); }
H1.HeaderClassName
{
color: #A087AA;
}
.AnyTagClassName
{
color: #A087AA;
}
</style>
background-color css
<style>
a { background-color: #A087AA; }
a { background-color: rgb(160,135,170); }
div.DivClassName
{
background-color: #A087AA;
}
.BgClassName
{
background-color: #A087AA;
}
</style>
border-color css
<style>
span { border-color: #A087AA; }
span { border-color: rgb(160,135,170); }
td.TdClassName
{
border-color: #A087AA;
}
.TagClassName
{
border-color: #A087AA;
}
</style>