Shades of Amethyst Smoke #A08FA8
Tints of Amethyst Smoke #A08FA8
RGB
CMYK
RGB Variations
Color information
#A08FA8 (or 0xA08FA8) is known color: Amethyst Smoke. HEX triplet: A0, 8F and A8. RGB value is (160,143,168). Sum of RGB (Red+Green+Blue) = 160+143+168=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 168 - color contains mainly: blue. Hex color #A08FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08FA8 is #5F7057. Grayscale: #969696. Windows color (decimal): -6254680 or 11046816. OLE color: 11046816.
HSL color Cylindrical-coordinate representation of color #A08FA8: hue angle of 280.8º 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 #A08FA8 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 143 | 168 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.34 |
| HSL | 280.8º | 0.13% | 0.61% | - |
| HSV(B) | 280.8º | 0.15% | 0.66% | - |
| XYZ | 31.39 | 29.95 | 41.17 | - |
| YUV | 150.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 168 | 0.05 | 0.15 | 0 | 0.34 | 280.8 | 0.13 | 0.61 |
| Hex | A0 | 8F | A8 | 5 | F | 0 | 22 | 119 | D | 3D |
| Octal | 240 | 217 | 250 | 5 | 17 | 0 | 42 | 431 | 15 | 75 |
| Binary | 10100000 | 10001111 | 10101000 | 101 | 1111 | 0 | 100010 | 100011001 | 1101 | 111101 |
Color Harmonies of #A08FA8
Complementary color
Monochromatic Colors of #A08FA8
Black with #A08FA8
Text Example
Text Example
White with #A08FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08FA8; }
p { color: rgb(160,143,168); }
H1.HeaderClassName
{
color: #A08FA8;
}
.AnyTagClassName
{
color: #A08FA8;
}
</style>
background-color css
<style>
a { background-color: #A08FA8; }
a { background-color: rgb(160,143,168); }
div.DivClassName
{
background-color: #A08FA8;
}
.BgClassName
{
background-color: #A08FA8;
}
</style>
border-color css
<style>
span { border-color: #A08FA8; }
span { border-color: rgb(160,143,168); }
td.TdClassName
{
border-color: #A08FA8;
}
.TagClassName
{
border-color: #A08FA8;
}
</style>