Shades of Amethyst Smoke #A295A6
Tints of Amethyst Smoke #A295A6
RGB
CMYK
RGB Variations
Color information
#A295A6 (or 0xA295A6) is known color: Amethyst Smoke. HEX triplet: A2, 95 and A6. RGB value is (162,149,166). Sum of RGB (Red+Green+Blue) = 162+149+166=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 166 - color contains mainly: blue. Hex color #A295A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A295A6 is #5D6A59. Grayscale: #9A9A9A. Windows color (decimal): -6122074 or 10917282. OLE color: 10917282.
HSL color Cylindrical-coordinate representation of color #A295A6: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A295A6 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 149 | 166 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.35 |
| HSL | 285.88º | 0.09% | 0.62% | - |
| HSV(B) | 285.88º | 0.1% | 0.65% | - |
| XYZ | 32.53 | 31.93 | 40.52 | - |
| YUV | 154.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 166 | 0.02 | 0.10 | 0 | 0.35 | 285.88 | 0.09 | 0.62 |
| Hex | A2 | 95 | A6 | 2 | A | 0 | 23 | 11E | 9 | 3E |
| Octal | 242 | 225 | 246 | 2 | 12 | 0 | 43 | 436 | 11 | 76 |
| Binary | 10100010 | 10010101 | 10100110 | 10 | 1010 | 0 | 100011 | 100011110 | 1001 | 111110 |
Color Harmonies of #A295A6
Complementary color
Monochromatic Colors of #A295A6
Black with #A295A6
Text Example
Text Example
White with #A295A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A295A6; }
p { color: rgb(162,149,166); }
H1.HeaderClassName
{
color: #A295A6;
}
.AnyTagClassName
{
color: #A295A6;
}
</style>
background-color css
<style>
a { background-color: #A295A6; }
a { background-color: rgb(162,149,166); }
div.DivClassName
{
background-color: #A295A6;
}
.BgClassName
{
background-color: #A295A6;
}
</style>
border-color css
<style>
span { border-color: #A295A6; }
span { border-color: rgb(162,149,166); }
td.TdClassName
{
border-color: #A295A6;
}
.TagClassName
{
border-color: #A295A6;
}
</style>