Shades of Amethyst Smoke #A07DA9
Tints of Amethyst Smoke #A07DA9
RGB
CMYK
RGB Variations
Color information
#A07DA9 (or 0xA07DA9) is known color: Amethyst Smoke. HEX triplet: A0, 7D and A9. RGB value is (160,125,169). Sum of RGB (Red+Green+Blue) = 160+125+169=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 169 - color contains mainly: blue. Hex color #A07DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07DA9 is #5F8256. Grayscale: #8C8C8C. Windows color (decimal): -6259287 or 11107744. OLE color: 11107744.
HSL color Cylindrical-coordinate representation of color #A07DA9: hue angle of 287.73º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07DA9 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 125 | 169 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.34 |
| HSL | 287.73º | 0.2% | 0.58% | - |
| HSV(B) | 287.73º | 0.26% | 0.66% | - |
| XYZ | 28.99 | 25.01 | 40.83 | - |
| YUV | 140.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 169 | 0.05 | 0.26 | 0 | 0.34 | 287.73 | 0.2 | 0.58 |
| Hex | A0 | 7D | A9 | 5 | 1A | 0 | 22 | 120 | 14 | 3A |
| Octal | 240 | 175 | 251 | 5 | 32 | 0 | 42 | 440 | 24 | 72 |
| Binary | 10100000 | 1111101 | 10101001 | 101 | 11010 | 0 | 100010 | 100100000 | 10100 | 111010 |
Color Harmonies of #A07DA9
Complementary color
Monochromatic Colors of #A07DA9
Black with #A07DA9
Text Example
Text Example
White with #A07DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DA9; }
p { color: rgb(160,125,169); }
H1.HeaderClassName
{
color: #A07DA9;
}
.AnyTagClassName
{
color: #A07DA9;
}
</style>
background-color css
<style>
a { background-color: #A07DA9; }
a { background-color: rgb(160,125,169); }
div.DivClassName
{
background-color: #A07DA9;
}
.BgClassName
{
background-color: #A07DA9;
}
</style>
border-color css
<style>
span { border-color: #A07DA9; }
span { border-color: rgb(160,125,169); }
td.TdClassName
{
border-color: #A07DA9;
}
.TagClassName
{
border-color: #A07DA9;
}
</style>