Shades of Amethyst Smoke #A293A6
Tints of Amethyst Smoke #A293A6
RGB
CMYK
RGB Variations
Color information
#A293A6 (or 0xA293A6) is known color: Amethyst Smoke. HEX triplet: A2, 93 and A6. RGB value is (162,147,166). Sum of RGB (Red+Green+Blue) = 162+147+166=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 166 - color contains mainly: blue. Hex color #A293A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A293A6 is #5D6C59. Grayscale: #999999. Windows color (decimal): -6122586 or 10916770. OLE color: 10916770.
HSL color Cylindrical-coordinate representation of color #A293A6: hue angle of 287.37º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A293A6 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 147 | 166 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.35 |
| HSL | 287.37º | 0.1% | 0.61% | - |
| HSV(B) | 287.37º | 0.11% | 0.65% | - |
| XYZ | 32.22 | 31.3 | 40.42 | - |
| YUV | 153.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 166 | 0.02 | 0.11 | 0 | 0.35 | 287.37 | 0.1 | 0.61 |
| Hex | A2 | 93 | A6 | 2 | B | 0 | 23 | 11F | A | 3D |
| Octal | 242 | 223 | 246 | 2 | 13 | 0 | 43 | 437 | 12 | 75 |
| Binary | 10100010 | 10010011 | 10100110 | 10 | 1011 | 0 | 100011 | 100011111 | 1010 | 111101 |
Color Harmonies of #A293A6
Complementary color
Monochromatic Colors of #A293A6
Black with #A293A6
Text Example
Text Example
White with #A293A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293A6; }
p { color: rgb(162,147,166); }
H1.HeaderClassName
{
color: #A293A6;
}
.AnyTagClassName
{
color: #A293A6;
}
</style>
background-color css
<style>
a { background-color: #A293A6; }
a { background-color: rgb(162,147,166); }
div.DivClassName
{
background-color: #A293A6;
}
.BgClassName
{
background-color: #A293A6;
}
</style>
border-color css
<style>
span { border-color: #A293A6; }
span { border-color: rgb(162,147,166); }
td.TdClassName
{
border-color: #A293A6;
}
.TagClassName
{
border-color: #A293A6;
}
</style>