Shades of Amethyst Smoke #A57DAB
Tints of Amethyst Smoke #A57DAB
RGB
CMYK
RGB Variations
Color information
#A57DAB (or 0xA57DAB) is known color: Amethyst Smoke. HEX triplet: A5, 7D and AB. RGB value is (165,125,171). Sum of RGB (Red+Green+Blue) = 165+125+171=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A57DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DAB is #5A8254. Grayscale: #8E8E8E. Windows color (decimal): -5931605 or 11238821. OLE color: 11238821.
HSL color Cylindrical-coordinate representation of color #A57DAB: hue angle of 292.17º degrees, saturation: 0.21, 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 #A57DAB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 125 | 171 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.33 |
| HSL | 292.17º | 0.21% | 0.58% | - |
| HSV(B) | 292.17º | 0.27% | 0.67% | - |
| XYZ | 30.2 | 25.61 | 41.88 | - |
| YUV | 142.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 171 | 0.04 | 0.27 | 0 | 0.33 | 292.17 | 0.21 | 0.58 |
| Hex | A5 | 7D | AB | 4 | 1B | 0 | 21 | 124 | 15 | 3A |
| Octal | 245 | 175 | 253 | 4 | 33 | 0 | 41 | 444 | 25 | 72 |
| Binary | 10100101 | 1111101 | 10101011 | 100 | 11011 | 0 | 100001 | 100100100 | 10101 | 111010 |
Color Harmonies of #A57DAB
Complementary color
Monochromatic Colors of #A57DAB
Black with #A57DAB
Text Example
Text Example
White with #A57DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DAB; }
p { color: rgb(165,125,171); }
H1.HeaderClassName
{
color: #A57DAB;
}
.AnyTagClassName
{
color: #A57DAB;
}
</style>
background-color css
<style>
a { background-color: #A57DAB; }
a { background-color: rgb(165,125,171); }
div.DivClassName
{
background-color: #A57DAB;
}
.BgClassName
{
background-color: #A57DAB;
}
</style>
border-color css
<style>
span { border-color: #A57DAB; }
span { border-color: rgb(165,125,171); }
td.TdClassName
{
border-color: #A57DAB;
}
.TagClassName
{
border-color: #A57DAB;
}
</style>