Shades of Amethyst Smoke #A089AA
Tints of Amethyst Smoke #A089AA
RGB
CMYK
RGB Variations
Color information
#A089AA (or 0xA089AA) is known color: Amethyst Smoke. HEX triplet: A0, 89 and AA. RGB value is (160,137,170). Sum of RGB (Red+Green+Blue) = 160+137+170=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A089AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A089AA is #5F7655. Grayscale: #939393. Windows color (decimal): -6256214 or 11176352. OLE color: 11176352.
HSL color Cylindrical-coordinate representation of color #A089AA: hue angle of 281.82º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A089AA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 137 | 170 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.33 |
| HSL | 281.82º | 0.16% | 0.6% | - |
| HSV(B) | 281.82º | 0.19% | 0.67% | - |
| XYZ | 30.7 | 28.27 | 41.87 | - |
| YUV | 147.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 170 | 0.06 | 0.19 | 0 | 0.33 | 281.82 | 0.16 | 0.6 |
| Hex | A0 | 89 | AA | 6 | 13 | 0 | 21 | 11A | 10 | 3C |
| Octal | 240 | 211 | 252 | 6 | 23 | 0 | 41 | 432 | 20 | 74 |
| Binary | 10100000 | 10001001 | 10101010 | 110 | 10011 | 0 | 100001 | 100011010 | 10000 | 111100 |
Color Harmonies of #A089AA
Complementary color
Monochromatic Colors of #A089AA
Black with #A089AA
Text Example
Text Example
White with #A089AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089AA; }
p { color: rgb(160,137,170); }
H1.HeaderClassName
{
color: #A089AA;
}
.AnyTagClassName
{
color: #A089AA;
}
</style>
background-color css
<style>
a { background-color: #A089AA; }
a { background-color: rgb(160,137,170); }
div.DivClassName
{
background-color: #A089AA;
}
.BgClassName
{
background-color: #A089AA;
}
</style>
border-color css
<style>
span { border-color: #A089AA; }
span { border-color: rgb(160,137,170); }
td.TdClassName
{
border-color: #A089AA;
}
.TagClassName
{
border-color: #A089AA;
}
</style>