Shades of Amethyst Smoke #A57CAB
Tints of Amethyst Smoke #A57CAB
RGB
CMYK
RGB Variations
Color information
#A57CAB (or 0xA57CAB) is known color: Amethyst Smoke. HEX triplet: A5, 7C and AB. RGB value is (165,124,171). Sum of RGB (Red+Green+Blue) = 165+124+171=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A57CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57CAB is #5A8354. Grayscale: #8D8D8D. Windows color (decimal): -5931861 or 11238565. OLE color: 11238565.
HSL color Cylindrical-coordinate representation of color #A57CAB: hue angle of 292.34º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A57CAB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 124 | 171 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.33 |
| HSL | 292.34º | 0.22% | 0.58% | - |
| HSV(B) | 292.34º | 0.27% | 0.67% | - |
| XYZ | 30.08 | 25.35 | 41.84 | - |
| YUV | 141.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 171 | 0.04 | 0.27 | 0 | 0.33 | 292.34 | 0.22 | 0.58 |
| Hex | A5 | 7C | AB | 4 | 1B | 0 | 21 | 124 | 16 | 3A |
| Octal | 245 | 174 | 253 | 4 | 33 | 0 | 41 | 444 | 26 | 72 |
| Binary | 10100101 | 1111100 | 10101011 | 100 | 11011 | 0 | 100001 | 100100100 | 10110 | 111010 |
Color Harmonies of #A57CAB
Complementary color
Monochromatic Colors of #A57CAB
Black with #A57CAB
Text Example
Text Example
White with #A57CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CAB; }
p { color: rgb(165,124,171); }
H1.HeaderClassName
{
color: #A57CAB;
}
.AnyTagClassName
{
color: #A57CAB;
}
</style>
background-color css
<style>
a { background-color: #A57CAB; }
a { background-color: rgb(165,124,171); }
div.DivClassName
{
background-color: #A57CAB;
}
.BgClassName
{
background-color: #A57CAB;
}
</style>
border-color css
<style>
span { border-color: #A57CAB; }
span { border-color: rgb(165,124,171); }
td.TdClassName
{
border-color: #A57CAB;
}
.TagClassName
{
border-color: #A57CAB;
}
</style>