Shades of Amethyst Smoke #A17DAA
Tints of Amethyst Smoke #A17DAA
RGB
CMYK
RGB Variations
Color information
#A17DAA (or 0xA17DAA) is known color: Amethyst Smoke. HEX triplet: A1, 7D and AA. RGB value is (161,125,170). Sum of RGB (Red+Green+Blue) = 161+125+170=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A17DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17DAA is #5E8255. Grayscale: #8C8C8C. Windows color (decimal): -6193750 or 11173281. OLE color: 11173281.
HSL color Cylindrical-coordinate representation of color #A17DAA: hue angle of 288º 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 #A17DAA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 125 | 170 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.33 |
| HSL | 288º | 0.21% | 0.58% | - |
| HSV(B) | 288º | 0.26% | 0.67% | - |
| XYZ | 29.29 | 25.15 | 41.34 | - |
| YUV | 140.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 170 | 0.05 | 0.26 | 0 | 0.33 | 288 | 0.21 | 0.58 |
| Hex | A1 | 7D | AA | 5 | 1A | 0 | 21 | 120 | 15 | 3A |
| Octal | 241 | 175 | 252 | 5 | 32 | 0 | 41 | 440 | 25 | 72 |
| Binary | 10100001 | 1111101 | 10101010 | 101 | 11010 | 0 | 100001 | 100100000 | 10101 | 111010 |
Color Harmonies of #A17DAA
Complementary color
Monochromatic Colors of #A17DAA
Black with #A17DAA
Text Example
Text Example
White with #A17DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DAA; }
p { color: rgb(161,125,170); }
H1.HeaderClassName
{
color: #A17DAA;
}
.AnyTagClassName
{
color: #A17DAA;
}
</style>
background-color css
<style>
a { background-color: #A17DAA; }
a { background-color: rgb(161,125,170); }
div.DivClassName
{
background-color: #A17DAA;
}
.BgClassName
{
background-color: #A17DAA;
}
</style>
border-color css
<style>
span { border-color: #A17DAA; }
span { border-color: rgb(161,125,170); }
td.TdClassName
{
border-color: #A17DAA;
}
.TagClassName
{
border-color: #A17DAA;
}
</style>