Shades of Amethyst Smoke #A08EA8
Tints of Amethyst Smoke #A08EA8
RGB
CMYK
RGB Variations
Color information
#A08EA8 (or 0xA08EA8) is known color: Amethyst Smoke. HEX triplet: A0, 8E and A8. RGB value is (160,142,168). Sum of RGB (Red+Green+Blue) = 160+142+168=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 168 - color contains mainly: blue. Hex color #A08EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08EA8 is #5F7157. Grayscale: #969696. Windows color (decimal): -6254936 or 11046560. OLE color: 11046560.
HSL color Cylindrical-coordinate representation of color #A08EA8: hue angle of 281.54º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A08EA8 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 142 | 168 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.34 |
| HSL | 281.54º | 0.13% | 0.61% | - |
| HSV(B) | 281.54º | 0.15% | 0.66% | - |
| XYZ | 31.24 | 29.65 | 41.12 | - |
| YUV | 150.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 168 | 0.05 | 0.15 | 0 | 0.34 | 281.54 | 0.13 | 0.61 |
| Hex | A0 | 8E | A8 | 5 | F | 0 | 22 | 11A | D | 3D |
| Octal | 240 | 216 | 250 | 5 | 17 | 0 | 42 | 432 | 15 | 75 |
| Binary | 10100000 | 10001110 | 10101000 | 101 | 1111 | 0 | 100010 | 100011010 | 1101 | 111101 |
Color Harmonies of #A08EA8
Complementary color
Monochromatic Colors of #A08EA8
Black with #A08EA8
Text Example
Text Example
White with #A08EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08EA8; }
p { color: rgb(160,142,168); }
H1.HeaderClassName
{
color: #A08EA8;
}
.AnyTagClassName
{
color: #A08EA8;
}
</style>
background-color css
<style>
a { background-color: #A08EA8; }
a { background-color: rgb(160,142,168); }
div.DivClassName
{
background-color: #A08EA8;
}
.BgClassName
{
background-color: #A08EA8;
}
</style>
border-color css
<style>
span { border-color: #A08EA8; }
span { border-color: rgb(160,142,168); }
td.TdClassName
{
border-color: #A08EA8;
}
.TagClassName
{
border-color: #A08EA8;
}
</style>