Shades of Amethyst Smoke #A18CA8
Tints of Amethyst Smoke #A18CA8
RGB
CMYK
RGB Variations
Color information
#A18CA8 (or 0xA18CA8) is known color: Amethyst Smoke. HEX triplet: A1, 8C and A8. RGB value is (161,140,168). Sum of RGB (Red+Green+Blue) = 161+140+168=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 168 - color contains mainly: blue. Hex color #A18CA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18CA8 is #5E7357. Grayscale: #959595. Windows color (decimal): -6189912 or 11046049. OLE color: 11046049.
HSL color Cylindrical-coordinate representation of color #A18CA8: hue angle of 285º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18CA8 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 140 | 168 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.34 |
| HSL | 285º | 0.14% | 0.6% | - |
| HSV(B) | 285º | 0.17% | 0.66% | - |
| XYZ | 31.14 | 29.16 | 41.03 | - |
| YUV | 149.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 168 | 0.04 | 0.17 | 0 | 0.34 | 285 | 0.14 | 0.6 |
| Hex | A1 | 8C | A8 | 4 | 11 | 0 | 22 | 11D | E | 3C |
| Octal | 241 | 214 | 250 | 4 | 21 | 0 | 42 | 435 | 16 | 74 |
| Binary | 10100001 | 10001100 | 10101000 | 100 | 10001 | 0 | 100010 | 100011101 | 1110 | 111100 |
Color Harmonies of #A18CA8
Complementary color
Monochromatic Colors of #A18CA8
Black with #A18CA8
Text Example
Text Example
White with #A18CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CA8; }
p { color: rgb(161,140,168); }
H1.HeaderClassName
{
color: #A18CA8;
}
.AnyTagClassName
{
color: #A18CA8;
}
</style>
background-color css
<style>
a { background-color: #A18CA8; }
a { background-color: rgb(161,140,168); }
div.DivClassName
{
background-color: #A18CA8;
}
.BgClassName
{
background-color: #A18CA8;
}
</style>
border-color css
<style>
span { border-color: #A18CA8; }
span { border-color: rgb(161,140,168); }
td.TdClassName
{
border-color: #A18CA8;
}
.TagClassName
{
border-color: #A18CA8;
}
</style>