Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Amethyst Smoke | AB90A4 | #AB90A4 | 171, 144, 164 | 67.06, 56.47, 64.31 | 0, 15.79, 4.09, 32.94 | 315.55555555556, 15.789473684211, 67.058823529412 |
Color #ab90a4 is Amethyst Smoke. In RGB: 67.06, 56.47, 64.31. In CMYK: 0, 15.79, 4.09, 32.94.
div { background: #ab90a4; color: #000; }
div { background: #ab90a4; color: #fff; }
div { background: linear-gradient(to bottom, #90768A 0%, #C6ABBF 100%); color: #000; }
div { background: linear-gradient(to bottom, #C6ABBF 0%, #90768A 100%); color: #000; }
div { background: linear-gradient(to bottom, #90768A 0%, #C6ABBF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #C6ABBF 0%, #90768A 100%); color: #fff; }
div { border: 1px solid #ab90a4; }
div { border: 5px solid #ab90a4; }
div { border: 1px dashed #ab90a4; }
div { border: 5px dashed #ab90a4; }
div { border: 1px dotted #ab90a4; }
div { border: 5px dotted #ab90a4; }