Shades of Amethyst Smoke #A37FA7
Tints of Amethyst Smoke #A37FA7
RGB
CMYK
RGB Variations
Color information
#A37FA7 (or 0xA37FA7) is known color: Amethyst Smoke. HEX triplet: A3, 7F and A7. RGB value is (163,127,167). Sum of RGB (Red+Green+Blue) = 163+127+167=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 167 - color contains mainly: blue. Hex color #A37FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37FA7 is #5C8058. Grayscale: #8E8E8E. Windows color (decimal): -6062169 or 10977187. OLE color: 10977187.
HSL color Cylindrical-coordinate representation of color #A37FA7: hue angle of 294º 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 #A37FA7 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 127 | 167 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.35 |
| HSL | 294º | 0.19% | 0.58% | - |
| HSV(B) | 294º | 0.24% | 0.65% | - |
| XYZ | 29.67 | 25.76 | 39.97 | - |
| YUV | 142.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 167 | 0.02 | 0.24 | 0 | 0.35 | 294 | 0.19 | 0.58 |
| Hex | A3 | 7F | A7 | 2 | 18 | 0 | 23 | 126 | 13 | 3A |
| Octal | 243 | 177 | 247 | 2 | 30 | 0 | 43 | 446 | 23 | 72 |
| Binary | 10100011 | 1111111 | 10100111 | 10 | 11000 | 0 | 100011 | 100100110 | 10011 | 111010 |
Color Harmonies of #A37FA7
Complementary color
Monochromatic Colors of #A37FA7
Black with #A37FA7
Text Example
Text Example
White with #A37FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FA7; }
p { color: rgb(163,127,167); }
H1.HeaderClassName
{
color: #A37FA7;
}
.AnyTagClassName
{
color: #A37FA7;
}
</style>
background-color css
<style>
a { background-color: #A37FA7; }
a { background-color: rgb(163,127,167); }
div.DivClassName
{
background-color: #A37FA7;
}
.BgClassName
{
background-color: #A37FA7;
}
</style>
border-color css
<style>
span { border-color: #A37FA7; }
span { border-color: rgb(163,127,167); }
td.TdClassName
{
border-color: #A37FA7;
}
.TagClassName
{
border-color: #A37FA7;
}
</style>