Shades of Amethyst Smoke #A094A7
Tints of Amethyst Smoke #A094A7
RGB
CMYK
RGB Variations
Color information
#A094A7 (or 0xA094A7) is known color: Amethyst Smoke. HEX triplet: A0, 94 and A7. RGB value is (160,148,167). Sum of RGB (Red+Green+Blue) = 160+148+167=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 167 - color contains mainly: blue. Hex color #A094A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A094A7 is #5F6B58. Grayscale: #999999. Windows color (decimal): -6253401 or 10982560. OLE color: 10982560.
HSL color Cylindrical-coordinate representation of color #A094A7: hue angle of 277.89º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A094A7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 148 | 167 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.35 |
| HSL | 277.89º | 0.1% | 0.62% | - |
| HSV(B) | 277.89º | 0.11% | 0.65% | - |
| XYZ | 32.06 | 31.44 | 40.94 | - |
| YUV | 153.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 167 | 0.04 | 0.11 | 0 | 0.35 | 277.89 | 0.1 | 0.62 |
| Hex | A0 | 94 | A7 | 4 | B | 0 | 23 | 116 | A | 3E |
| Octal | 240 | 224 | 247 | 4 | 13 | 0 | 43 | 426 | 12 | 76 |
| Binary | 10100000 | 10010100 | 10100111 | 100 | 1011 | 0 | 100011 | 100010110 | 1010 | 111110 |
Color Harmonies of #A094A7
Complementary color
Monochromatic Colors of #A094A7
Black with #A094A7
Text Example
Text Example
White with #A094A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A094A7; }
p { color: rgb(160,148,167); }
H1.HeaderClassName
{
color: #A094A7;
}
.AnyTagClassName
{
color: #A094A7;
}
</style>
background-color css
<style>
a { background-color: #A094A7; }
a { background-color: rgb(160,148,167); }
div.DivClassName
{
background-color: #A094A7;
}
.BgClassName
{
background-color: #A094A7;
}
</style>
border-color css
<style>
span { border-color: #A094A7; }
span { border-color: rgb(160,148,167); }
td.TdClassName
{
border-color: #A094A7;
}
.TagClassName
{
border-color: #A094A7;
}
</style>