Shades of Amethyst Smoke #A096A8
Tints of Amethyst Smoke #A096A8
RGB
CMYK
RGB Variations
Color information
#A096A8 (or 0xA096A8) is known color: Amethyst Smoke. HEX triplet: A0, 96 and A8. RGB value is (160,150,168). Sum of RGB (Red+Green+Blue) = 160+150+168=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 168 - color contains mainly: blue. Hex color #A096A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A096A8 is #5F6957. Grayscale: #9A9A9A. Windows color (decimal): -6252888 or 11048608. OLE color: 11048608.
HSL color Cylindrical-coordinate representation of color #A096A8: hue angle of 273.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A096A8 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 150 | 168 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.34 |
| HSL | 273.33º | 0.09% | 0.62% | - |
| HSV(B) | 273.33º | 0.11% | 0.66% | - |
| XYZ | 32.47 | 32.11 | 41.53 | - |
| YUV | 155.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 168 | 0.05 | 0.11 | 0 | 0.34 | 273.33 | 0.09 | 0.62 |
| Hex | A0 | 96 | A8 | 5 | B | 0 | 22 | 111 | 9 | 3E |
| Octal | 240 | 226 | 250 | 5 | 13 | 0 | 42 | 421 | 11 | 76 |
| Binary | 10100000 | 10010110 | 10101000 | 101 | 1011 | 0 | 100010 | 100010001 | 1001 | 111110 |
Color Harmonies of #A096A8
Complementary color
Monochromatic Colors of #A096A8
Black with #A096A8
Text Example
Text Example
White with #A096A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096A8; }
p { color: rgb(160,150,168); }
H1.HeaderClassName
{
color: #A096A8;
}
.AnyTagClassName
{
color: #A096A8;
}
</style>
background-color css
<style>
a { background-color: #A096A8; }
a { background-color: rgb(160,150,168); }
div.DivClassName
{
background-color: #A096A8;
}
.BgClassName
{
background-color: #A096A8;
}
</style>
border-color css
<style>
span { border-color: #A096A8; }
span { border-color: rgb(160,150,168); }
td.TdClassName
{
border-color: #A096A8;
}
.TagClassName
{
border-color: #A096A8;
}
</style>