Shades of Amethyst Smoke #A087A7
Tints of Amethyst Smoke #A087A7
RGB
CMYK
RGB Variations
Color information
#A087A7 (or 0xA087A7) is known color: Amethyst Smoke. HEX triplet: A0, 87 and A7. RGB value is (160,135,167). Sum of RGB (Red+Green+Blue) = 160+135+167=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 167 - color contains mainly: blue. Hex color #A087A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A087A7 is #5F7858. Grayscale: #929292. Windows color (decimal): -6256729 or 10979232. OLE color: 10979232.
HSL color Cylindrical-coordinate representation of color #A087A7: hue angle of 286.88º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A087A7 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 135 | 167 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.35 |
| HSL | 286.88º | 0.15% | 0.59% | - |
| HSV(B) | 286.88º | 0.19% | 0.65% | - |
| XYZ | 30.14 | 27.59 | 40.3 | - |
| YUV | 146.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 167 | 0.04 | 0.19 | 0 | 0.35 | 286.88 | 0.15 | 0.59 |
| Hex | A0 | 87 | A7 | 4 | 13 | 0 | 23 | 11F | F | 3B |
| Octal | 240 | 207 | 247 | 4 | 23 | 0 | 43 | 437 | 17 | 73 |
| Binary | 10100000 | 10000111 | 10100111 | 100 | 10011 | 0 | 100011 | 100011111 | 1111 | 111011 |
Color Harmonies of #A087A7
Complementary color
Monochromatic Colors of #A087A7
Black with #A087A7
Text Example
Text Example
White with #A087A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A087A7; }
p { color: rgb(160,135,167); }
H1.HeaderClassName
{
color: #A087A7;
}
.AnyTagClassName
{
color: #A087A7;
}
</style>
background-color css
<style>
a { background-color: #A087A7; }
a { background-color: rgb(160,135,167); }
div.DivClassName
{
background-color: #A087A7;
}
.BgClassName
{
background-color: #A087A7;
}
</style>
border-color css
<style>
span { border-color: #A087A7; }
span { border-color: rgb(160,135,167); }
td.TdClassName
{
border-color: #A087A7;
}
.TagClassName
{
border-color: #A087A7;
}
</style>