Shades of Amethyst Smoke #A57BAA
Tints of Amethyst Smoke #A57BAA
RGB
CMYK
RGB Variations
Color information
#A57BAA (or 0xA57BAA) is known color: Amethyst Smoke. HEX triplet: A5, 7B and AA. RGB value is (165,123,170). Sum of RGB (Red+Green+Blue) = 165+123+170=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A57BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57BAA is #5A8455. Grayscale: #8C8C8C. Windows color (decimal): -5932118 or 11172773. OLE color: 11172773.
HSL color Cylindrical-coordinate representation of color #A57BAA: hue angle of 293.62º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A57BAA is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 123 | 170 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.33 |
| HSL | 293.62º | 0.22% | 0.57% | - |
| HSV(B) | 293.62º | 0.28% | 0.67% | - |
| XYZ | 29.86 | 25.07 | 41.3 | - |
| YUV | 140.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 170 | 0.03 | 0.28 | 0 | 0.33 | 293.62 | 0.22 | 0.57 |
| Hex | A5 | 7B | AA | 3 | 1C | 0 | 21 | 126 | 16 | 39 |
| Octal | 245 | 173 | 252 | 3 | 34 | 0 | 41 | 446 | 26 | 71 |
| Binary | 10100101 | 1111011 | 10101010 | 11 | 11100 | 0 | 100001 | 100100110 | 10110 | 111001 |
Color Harmonies of #A57BAA
Complementary color
Monochromatic Colors of #A57BAA
Black with #A57BAA
Text Example
Text Example
White with #A57BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57BAA; }
p { color: rgb(165,123,170); }
H1.HeaderClassName
{
color: #A57BAA;
}
.AnyTagClassName
{
color: #A57BAA;
}
</style>
background-color css
<style>
a { background-color: #A57BAA; }
a { background-color: rgb(165,123,170); }
div.DivClassName
{
background-color: #A57BAA;
}
.BgClassName
{
background-color: #A57BAA;
}
</style>
border-color css
<style>
span { border-color: #A57BAA; }
span { border-color: rgb(165,123,170); }
td.TdClassName
{
border-color: #A57BAA;
}
.TagClassName
{
border-color: #A57BAA;
}
</style>