Shades of Amethyst Smoke #A093A2
Tints of Amethyst Smoke #A093A2
RGB
CMYK
RGB Variations
Color information
#A093A2 (or 0xA093A2) is known color: Amethyst Smoke. HEX triplet: A0, 93 and A2. RGB value is (160,147,162). Sum of RGB (Red+Green+Blue) = 160+147+162=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 162 - color contains mainly: blue. Hex color #A093A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093A2 is #5F6C5D. Grayscale: #989898. Windows color (decimal): -6253662 or 10654624. OLE color: 10654624.
HSL color Cylindrical-coordinate representation of color #A093A2: hue angle of 292º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A093A2 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 147 | 162 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.36 |
| HSL | 292º | 0.07% | 0.61% | - |
| HSV(B) | 292º | 0.09% | 0.64% | - |
| XYZ | 31.45 | 30.95 | 38.5 | - |
| YUV | 152.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 162 | 0.01 | 0.09 | 0 | 0.36 | 292 | 0.07 | 0.61 |
| Hex | A0 | 93 | A2 | 1 | 9 | 0 | 24 | 124 | 7 | 3D |
| Octal | 240 | 223 | 242 | 1 | 11 | 0 | 44 | 444 | 7 | 75 |
| Binary | 10100000 | 10010011 | 10100010 | 1 | 1001 | 0 | 100100 | 100100100 | 111 | 111101 |
Color Harmonies of #A093A2
Complementary color
Monochromatic Colors of #A093A2
Black with #A093A2
Text Example
Text Example
White with #A093A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A093A2; }
p { color: rgb(160,147,162); }
H1.HeaderClassName
{
color: #A093A2;
}
.AnyTagClassName
{
color: #A093A2;
}
</style>
background-color css
<style>
a { background-color: #A093A2; }
a { background-color: rgb(160,147,162); }
div.DivClassName
{
background-color: #A093A2;
}
.BgClassName
{
background-color: #A093A2;
}
</style>
border-color css
<style>
span { border-color: #A093A2; }
span { border-color: rgb(160,147,162); }
td.TdClassName
{
border-color: #A093A2;
}
.TagClassName
{
border-color: #A093A2;
}
</style>