Shades of Amethyst Smoke #A089A7
Tints of Amethyst Smoke #A089A7
RGB
CMYK
RGB Variations
Color information
#A089A7 (or 0xA089A7) is known color: Amethyst Smoke. HEX triplet: A0, 89 and A7. RGB value is (160,137,167). Sum of RGB (Red+Green+Blue) = 160+137+167=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 167 - color contains mainly: blue. Hex color #A089A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A089A7 is #5F7658. Grayscale: #939393. Windows color (decimal): -6256217 or 10979744. OLE color: 10979744.
HSL color Cylindrical-coordinate representation of color #A089A7: hue angle of 286º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A089A7 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 137 | 167 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.35 |
| HSL | 286º | 0.15% | 0.6% | - |
| HSV(B) | 286º | 0.18% | 0.65% | - |
| XYZ | 30.42 | 28.15 | 40.39 | - |
| YUV | 147.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 167 | 0.04 | 0.18 | 0 | 0.35 | 286 | 0.15 | 0.6 |
| Hex | A0 | 89 | A7 | 4 | 12 | 0 | 23 | 11E | F | 3C |
| Octal | 240 | 211 | 247 | 4 | 22 | 0 | 43 | 436 | 17 | 74 |
| Binary | 10100000 | 10001001 | 10100111 | 100 | 10010 | 0 | 100011 | 100011110 | 1111 | 111100 |
Color Harmonies of #A089A7
Complementary color
Monochromatic Colors of #A089A7
Black with #A089A7
Text Example
Text Example
White with #A089A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089A7; }
p { color: rgb(160,137,167); }
H1.HeaderClassName
{
color: #A089A7;
}
.AnyTagClassName
{
color: #A089A7;
}
</style>
background-color css
<style>
a { background-color: #A089A7; }
a { background-color: rgb(160,137,167); }
div.DivClassName
{
background-color: #A089A7;
}
.BgClassName
{
background-color: #A089A7;
}
</style>
border-color css
<style>
span { border-color: #A089A7; }
span { border-color: rgb(160,137,167); }
td.TdClassName
{
border-color: #A089A7;
}
.TagClassName
{
border-color: #A089A7;
}
</style>