Shades of Amethyst Smoke #A09EA2
Tints of Amethyst Smoke #A09EA2
RGB
CMYK
RGB Variations
Color information
#A09EA2 (or 0xA09EA2) is known color: Amethyst Smoke. HEX triplet: A0, 9E and A2. RGB value is (160,158,162). Sum of RGB (Red+Green+Blue) = 160+158+162=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 162 - color contains mainly: blue. Hex color #A09EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09EA2 is #5F615D. Grayscale: #9F9F9F. Windows color (decimal): -6250846 or 10657440. OLE color: 10657440.
HSL color Cylindrical-coordinate representation of color #A09EA2: hue angle of 270º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A09EA2 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 158 | 162 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.36 |
| HSL | 270º | 0.02% | 0.63% | - |
| HSV(B) | 270º | 0.02% | 0.64% | - |
| XYZ | 33.25 | 34.54 | 39.1 | - |
| YUV | 159.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 162 | 0.01 | 0.02 | 0 | 0.36 | 270 | 0.02 | 0.63 |
| Hex | A0 | 9E | A2 | 1 | 2 | 0 | 24 | 10E | 2 | 3F |
| Octal | 240 | 236 | 242 | 1 | 2 | 0 | 44 | 416 | 2 | 77 |
| Binary | 10100000 | 10011110 | 10100010 | 1 | 10 | 0 | 100100 | 100001110 | 10 | 111111 |
Color Harmonies of #A09EA2
Complementary color
Monochromatic Colors of #A09EA2
Black with #A09EA2
Text Example
Text Example
White with #A09EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09EA2; }
p { color: rgb(160,158,162); }
H1.HeaderClassName
{
color: #A09EA2;
}
.AnyTagClassName
{
color: #A09EA2;
}
</style>
background-color css
<style>
a { background-color: #A09EA2; }
a { background-color: rgb(160,158,162); }
div.DivClassName
{
background-color: #A09EA2;
}
.BgClassName
{
background-color: #A09EA2;
}
</style>
border-color css
<style>
span { border-color: #A09EA2; }
span { border-color: rgb(160,158,162); }
td.TdClassName
{
border-color: #A09EA2;
}
.TagClassName
{
border-color: #A09EA2;
}
</style>