Shades of Amethyst Smoke #A188AB
Tints of Amethyst Smoke #A188AB
RGB
CMYK
RGB Variations
Color information
#A188AB (or 0xA188AB) is known color: Amethyst Smoke. HEX triplet: A1, 88 and AB. RGB value is (161,136,171). Sum of RGB (Red+Green+Blue) = 161+136+171=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A188AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A188AB is #5E7754. Grayscale: #939393. Windows color (decimal): -6190933 or 11241633. OLE color: 11241633.
HSL color Cylindrical-coordinate representation of color #A188AB: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A188AB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 136 | 171 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.33 |
| HSL | 282.86º | 0.17% | 0.6% | - |
| HSV(B) | 282.86º | 0.2% | 0.67% | - |
| XYZ | 30.85 | 28.13 | 42.33 | - |
| YUV | 147.47 | 141.28 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 171 | 0.06 | 0.20 | 0 | 0.33 | 282.86 | 0.17 | 0.6 |
| Hex | A1 | 88 | AB | 6 | 14 | 0 | 21 | 11B | 11 | 3C |
| Octal | 241 | 210 | 253 | 6 | 24 | 0 | 41 | 433 | 21 | 74 |
| Binary | 10100001 | 10001000 | 10101011 | 110 | 10100 | 0 | 100001 | 100011011 | 10001 | 111100 |
Color Harmonies of #A188AB
Complementary color
Monochromatic Colors of #A188AB
Black with #A188AB
Text Example
Text Example
White with #A188AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188AB; }
p { color: rgb(161,136,171); }
H1.HeaderClassName
{
color: #A188AB;
}
.AnyTagClassName
{
color: #A188AB;
}
</style>
background-color css
<style>
a { background-color: #A188AB; }
a { background-color: rgb(161,136,171); }
div.DivClassName
{
background-color: #A188AB;
}
.BgClassName
{
background-color: #A188AB;
}
</style>
border-color css
<style>
span { border-color: #A188AB; }
span { border-color: rgb(161,136,171); }
td.TdClassName
{
border-color: #A188AB;
}
.TagClassName
{
border-color: #A188AB;
}
</style>