Shades of Amethyst Smoke #A07DA8
Tints of Amethyst Smoke #A07DA8
RGB
CMYK
RGB Variations
Color information
#A07DA8 (or 0xA07DA8) is known color: Amethyst Smoke. HEX triplet: A0, 7D and A8. RGB value is (160,125,168). Sum of RGB (Red+Green+Blue) = 160+125+168=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 168 - color contains mainly: blue. Hex color #A07DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07DA8 is #5F8257. Grayscale: #8C8C8C. Windows color (decimal): -6259288 or 11042208. OLE color: 11042208.
HSL color Cylindrical-coordinate representation of color #A07DA8: hue angle of 288.84º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07DA8 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 125 | 168 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.34 |
| HSL | 288.84º | 0.2% | 0.57% | - |
| HSV(B) | 288.84º | 0.26% | 0.66% | - |
| XYZ | 28.9 | 24.97 | 40.34 | - |
| YUV | 140.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 168 | 0.05 | 0.26 | 0 | 0.34 | 288.84 | 0.2 | 0.57 |
| Hex | A0 | 7D | A8 | 5 | 1A | 0 | 22 | 121 | 14 | 39 |
| Octal | 240 | 175 | 250 | 5 | 32 | 0 | 42 | 441 | 24 | 71 |
| Binary | 10100000 | 1111101 | 10101000 | 101 | 11010 | 0 | 100010 | 100100001 | 10100 | 111001 |
Color Harmonies of #A07DA8
Complementary color
Monochromatic Colors of #A07DA8
Black with #A07DA8
Text Example
Text Example
White with #A07DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DA8; }
p { color: rgb(160,125,168); }
H1.HeaderClassName
{
color: #A07DA8;
}
.AnyTagClassName
{
color: #A07DA8;
}
</style>
background-color css
<style>
a { background-color: #A07DA8; }
a { background-color: rgb(160,125,168); }
div.DivClassName
{
background-color: #A07DA8;
}
.BgClassName
{
background-color: #A07DA8;
}
</style>
border-color css
<style>
span { border-color: #A07DA8; }
span { border-color: rgb(160,125,168); }
td.TdClassName
{
border-color: #A07DA8;
}
.TagClassName
{
border-color: #A07DA8;
}
</style>