Shades of Amethyst Smoke #A37EA7
Tints of Amethyst Smoke #A37EA7
RGB
CMYK
RGB Variations
Color information
#A37EA7 (or 0xA37EA7) is known color: Amethyst Smoke. HEX triplet: A3, 7E and A7. RGB value is (163,126,167). Sum of RGB (Red+Green+Blue) = 163+126+167=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 167 - color contains mainly: blue. Hex color #A37EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37EA7 is #5C8158. Grayscale: #8D8D8D. Windows color (decimal): -6062425 or 10976931. OLE color: 10976931.
HSL color Cylindrical-coordinate representation of color #A37EA7: hue angle of 294.15º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37EA7 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 126 | 167 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.35 |
| HSL | 294.15º | 0.19% | 0.57% | - |
| HSV(B) | 294.15º | 0.25% | 0.65% | - |
| XYZ | 29.54 | 25.5 | 39.92 | - |
| YUV | 141.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 167 | 0.02 | 0.25 | 0 | 0.35 | 294.15 | 0.19 | 0.57 |
| Hex | A3 | 7E | A7 | 2 | 19 | 0 | 23 | 126 | 13 | 39 |
| Octal | 243 | 176 | 247 | 2 | 31 | 0 | 43 | 446 | 23 | 71 |
| Binary | 10100011 | 1111110 | 10100111 | 10 | 11001 | 0 | 100011 | 100100110 | 10011 | 111001 |
Color Harmonies of #A37EA7
Complementary color
Monochromatic Colors of #A37EA7
Black with #A37EA7
Text Example
Text Example
White with #A37EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EA7; }
p { color: rgb(163,126,167); }
H1.HeaderClassName
{
color: #A37EA7;
}
.AnyTagClassName
{
color: #A37EA7;
}
</style>
background-color css
<style>
a { background-color: #A37EA7; }
a { background-color: rgb(163,126,167); }
div.DivClassName
{
background-color: #A37EA7;
}
.BgClassName
{
background-color: #A37EA7;
}
</style>
border-color css
<style>
span { border-color: #A37EA7; }
span { border-color: rgb(163,126,167); }
td.TdClassName
{
border-color: #A37EA7;
}
.TagClassName
{
border-color: #A37EA7;
}
</style>