Shades of Amethyst Smoke #A57DAA
Tints of Amethyst Smoke #A57DAA
RGB
CMYK
RGB Variations
Color information
#A57DAA (or 0xA57DAA) is known color: Amethyst Smoke. HEX triplet: A5, 7D and AA. RGB value is (165,125,170). Sum of RGB (Red+Green+Blue) = 165+125+170=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A57DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57DAA is #5A8255. Grayscale: #8D8D8D. Windows color (decimal): -5931606 or 11173285. OLE color: 11173285.
HSL color Cylindrical-coordinate representation of color #A57DAA: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57DAA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 125 | 170 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.33 |
| HSL | 293.33º | 0.21% | 0.58% | - |
| HSV(B) | 293.33º | 0.26% | 0.67% | - |
| XYZ | 30.11 | 25.57 | 41.38 | - |
| YUV | 142.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 170 | 0.03 | 0.26 | 0 | 0.33 | 293.33 | 0.21 | 0.58 |
| Hex | A5 | 7D | AA | 3 | 1A | 0 | 21 | 125 | 15 | 3A |
| Octal | 245 | 175 | 252 | 3 | 32 | 0 | 41 | 445 | 25 | 72 |
| Binary | 10100101 | 1111101 | 10101010 | 11 | 11010 | 0 | 100001 | 100100101 | 10101 | 111010 |
Color Harmonies of #A57DAA
Complementary color
Monochromatic Colors of #A57DAA
Black with #A57DAA
Text Example
Text Example
White with #A57DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DAA; }
p { color: rgb(165,125,170); }
H1.HeaderClassName
{
color: #A57DAA;
}
.AnyTagClassName
{
color: #A57DAA;
}
</style>
background-color css
<style>
a { background-color: #A57DAA; }
a { background-color: rgb(165,125,170); }
div.DivClassName
{
background-color: #A57DAA;
}
.BgClassName
{
background-color: #A57DAA;
}
</style>
border-color css
<style>
span { border-color: #A57DAA; }
span { border-color: rgb(165,125,170); }
td.TdClassName
{
border-color: #A57DAA;
}
.TagClassName
{
border-color: #A57DAA;
}
</style>