Shades of Amethyst Smoke #A07FA7
Tints of Amethyst Smoke #A07FA7
RGB
CMYK
RGB Variations
Color information
#A07FA7 (or 0xA07FA7) is known color: Amethyst Smoke. HEX triplet: A0, 7F and A7. RGB value is (160,127,167). Sum of RGB (Red+Green+Blue) = 160+127+167=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 167 - color contains mainly: blue. Hex color #A07FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FA7 is #5F8058. Grayscale: #8D8D8D. Windows color (decimal): -6258777 or 10977184. OLE color: 10977184.
HSL color Cylindrical-coordinate representation of color #A07FA7: hue angle of 289.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07FA7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 127 | 167 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.35 |
| HSL | 289.5º | 0.19% | 0.58% | - |
| HSV(B) | 289.5º | 0.24% | 0.65% | - |
| XYZ | 29.06 | 25.44 | 39.94 | - |
| YUV | 141.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 167 | 0.04 | 0.24 | 0 | 0.35 | 289.5 | 0.19 | 0.58 |
| Hex | A0 | 7F | A7 | 4 | 18 | 0 | 23 | 122 | 13 | 3A |
| Octal | 240 | 177 | 247 | 4 | 30 | 0 | 43 | 442 | 23 | 72 |
| Binary | 10100000 | 1111111 | 10100111 | 100 | 11000 | 0 | 100011 | 100100010 | 10011 | 111010 |
Color Harmonies of #A07FA7
Complementary color
Monochromatic Colors of #A07FA7
Black with #A07FA7
Text Example
Text Example
White with #A07FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FA7; }
p { color: rgb(160,127,167); }
H1.HeaderClassName
{
color: #A07FA7;
}
.AnyTagClassName
{
color: #A07FA7;
}
</style>
background-color css
<style>
a { background-color: #A07FA7; }
a { background-color: rgb(160,127,167); }
div.DivClassName
{
background-color: #A07FA7;
}
.BgClassName
{
background-color: #A07FA7;
}
</style>
border-color css
<style>
span { border-color: #A07FA7; }
span { border-color: rgb(160,127,167); }
td.TdClassName
{
border-color: #A07FA7;
}
.TagClassName
{
border-color: #A07FA7;
}
</style>