Shades of Amethyst Smoke #A589AA
Tints of Amethyst Smoke #A589AA
RGB
CMYK
RGB Variations
Color information
#A589AA (or 0xA589AA) is known color: Amethyst Smoke. HEX triplet: A5, 89 and AA. RGB value is (165,137,170). Sum of RGB (Red+Green+Blue) = 165+137+170=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #A589AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A589AA is #5A7655. Grayscale: #959595. Windows color (decimal): -5928534 or 11176357. OLE color: 11176357.
HSL color Cylindrical-coordinate representation of color #A589AA: hue angle of 290.91º 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 #A589AA is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 137 | 170 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.33 |
| HSL | 290.91º | 0.16% | 0.6% | - |
| HSV(B) | 290.91º | 0.19% | 0.67% | - |
| XYZ | 31.72 | 28.79 | 41.92 | - |
| YUV | 149.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 137 | 170 | 0.03 | 0.19 | 0 | 0.33 | 290.91 | 0.16 | 0.6 |
| Hex | A5 | 89 | AA | 3 | 13 | 0 | 21 | 123 | 10 | 3C |
| Octal | 245 | 211 | 252 | 3 | 23 | 0 | 41 | 443 | 20 | 74 |
| Binary | 10100101 | 10001001 | 10101010 | 11 | 10011 | 0 | 100001 | 100100011 | 10000 | 111100 |
Color Harmonies of #A589AA
Complementary color
Monochromatic Colors of #A589AA
Black with #A589AA
Text Example
Text Example
White with #A589AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A589AA; }
p { color: rgb(165,137,170); }
H1.HeaderClassName
{
color: #A589AA;
}
.AnyTagClassName
{
color: #A589AA;
}
</style>
background-color css
<style>
a { background-color: #A589AA; }
a { background-color: rgb(165,137,170); }
div.DivClassName
{
background-color: #A589AA;
}
.BgClassName
{
background-color: #A589AA;
}
</style>
border-color css
<style>
span { border-color: #A589AA; }
span { border-color: rgb(165,137,170); }
td.TdClassName
{
border-color: #A589AA;
}
.TagClassName
{
border-color: #A589AA;
}
</style>