Shades of Amethyst Smoke #A07FA8
Tints of Amethyst Smoke #A07FA8
RGB
CMYK
RGB Variations
Color information
#A07FA8 (or 0xA07FA8) is known color: Amethyst Smoke. HEX triplet: A0, 7F and A8. RGB value is (160,127,168). Sum of RGB (Red+Green+Blue) = 160+127+168=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 168 - color contains mainly: blue. Hex color #A07FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FA8 is #5F8057. Grayscale: #8D8D8D. Windows color (decimal): -6258776 or 11042720. OLE color: 11042720.
HSL color Cylindrical-coordinate representation of color #A07FA8: hue angle of 288.29º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07FA8 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 127 | 168 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.34 |
| HSL | 288.29º | 0.19% | 0.58% | - |
| HSV(B) | 288.29º | 0.24% | 0.66% | - |
| XYZ | 29.15 | 25.48 | 40.43 | - |
| YUV | 141.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 168 | 0.05 | 0.24 | 0 | 0.34 | 288.29 | 0.19 | 0.58 |
| Hex | A0 | 7F | A8 | 5 | 18 | 0 | 22 | 120 | 13 | 3A |
| Octal | 240 | 177 | 250 | 5 | 30 | 0 | 42 | 440 | 23 | 72 |
| Binary | 10100000 | 1111111 | 10101000 | 101 | 11000 | 0 | 100010 | 100100000 | 10011 | 111010 |
Color Harmonies of #A07FA8
Complementary color
Monochromatic Colors of #A07FA8
Black with #A07FA8
Text Example
Text Example
White with #A07FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FA8; }
p { color: rgb(160,127,168); }
H1.HeaderClassName
{
color: #A07FA8;
}
.AnyTagClassName
{
color: #A07FA8;
}
</style>
background-color css
<style>
a { background-color: #A07FA8; }
a { background-color: rgb(160,127,168); }
div.DivClassName
{
background-color: #A07FA8;
}
.BgClassName
{
background-color: #A07FA8;
}
</style>
border-color css
<style>
span { border-color: #A07FA8; }
span { border-color: rgb(160,127,168); }
td.TdClassName
{
border-color: #A07FA8;
}
.TagClassName
{
border-color: #A07FA8;
}
</style>