Shades of Amethyst Smoke #A08AA6
Tints of Amethyst Smoke #A08AA6
RGB
CMYK
RGB Variations
Color information
#A08AA6 (or 0xA08AA6) is known color: Amethyst Smoke. HEX triplet: A0, 8A and A6. RGB value is (160,138,166). Sum of RGB (Red+Green+Blue) = 160+138+166=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 166 - color contains mainly: blue. Hex color #A08AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08AA6 is #5F7559. Grayscale: #939393. Windows color (decimal): -6255962 or 10914464. OLE color: 10914464.
HSL color Cylindrical-coordinate representation of color #A08AA6: hue angle of 287.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A08AA6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 138 | 166 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.35 |
| HSL | 287.14º | 0.14% | 0.6% | - |
| HSV(B) | 287.14º | 0.17% | 0.65% | - |
| XYZ | 30.47 | 28.4 | 39.95 | - |
| YUV | 147.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 166 | 0.04 | 0.17 | 0 | 0.35 | 287.14 | 0.14 | 0.6 |
| Hex | A0 | 8A | A6 | 4 | 11 | 0 | 23 | 11F | E | 3C |
| Octal | 240 | 212 | 246 | 4 | 21 | 0 | 43 | 437 | 16 | 74 |
| Binary | 10100000 | 10001010 | 10100110 | 100 | 10001 | 0 | 100011 | 100011111 | 1110 | 111100 |
Color Harmonies of #A08AA6
Complementary color
Monochromatic Colors of #A08AA6
Black with #A08AA6
Text Example
Text Example
White with #A08AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AA6; }
p { color: rgb(160,138,166); }
H1.HeaderClassName
{
color: #A08AA6;
}
.AnyTagClassName
{
color: #A08AA6;
}
</style>
background-color css
<style>
a { background-color: #A08AA6; }
a { background-color: rgb(160,138,166); }
div.DivClassName
{
background-color: #A08AA6;
}
.BgClassName
{
background-color: #A08AA6;
}
</style>
border-color css
<style>
span { border-color: #A08AA6; }
span { border-color: rgb(160,138,166); }
td.TdClassName
{
border-color: #A08AA6;
}
.TagClassName
{
border-color: #A08AA6;
}
</style>