Shades of Amethyst Smoke #A587AA
Tints of Amethyst Smoke #A587AA
RGB
CMYK
RGB Variations
Color information
#A587AA (or 0xA587AA) is known color: Amethyst Smoke. HEX triplet: A5, 87 and AA. RGB value is (165,135,170). Sum of RGB (Red+Green+Blue) = 165+135+170=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A587AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A587AA is #5A7855. Grayscale: #939393. Windows color (decimal): -5929046 or 11175845. OLE color: 11175845.
HSL color Cylindrical-coordinate representation of color #A587AA: hue angle of 291.43º 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 #A587AA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 135 | 170 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.33 |
| HSL | 291.43º | 0.17% | 0.6% | - |
| HSV(B) | 291.43º | 0.21% | 0.67% | - |
| XYZ | 31.44 | 28.23 | 41.82 | - |
| YUV | 147.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 170 | 0.03 | 0.21 | 0 | 0.33 | 291.43 | 0.17 | 0.6 |
| Hex | A5 | 87 | AA | 3 | 15 | 0 | 21 | 123 | 11 | 3C |
| Octal | 245 | 207 | 252 | 3 | 25 | 0 | 41 | 443 | 21 | 74 |
| Binary | 10100101 | 10000111 | 10101010 | 11 | 10101 | 0 | 100001 | 100100011 | 10001 | 111100 |
Color Harmonies of #A587AA
Complementary color
Monochromatic Colors of #A587AA
Black with #A587AA
Text Example
Text Example
White with #A587AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587AA; }
p { color: rgb(165,135,170); }
H1.HeaderClassName
{
color: #A587AA;
}
.AnyTagClassName
{
color: #A587AA;
}
</style>
background-color css
<style>
a { background-color: #A587AA; }
a { background-color: rgb(165,135,170); }
div.DivClassName
{
background-color: #A587AA;
}
.BgClassName
{
background-color: #A587AA;
}
</style>
border-color css
<style>
span { border-color: #A587AA; }
span { border-color: rgb(165,135,170); }
td.TdClassName
{
border-color: #A587AA;
}
.TagClassName
{
border-color: #A587AA;
}
</style>