Shades of Amethyst Smoke #A193A8
Tints of Amethyst Smoke #A193A8
RGB
CMYK
RGB Variations
Color information
#A193A8 (or 0xA193A8) is known color: Amethyst Smoke. HEX triplet: A1, 93 and A8. RGB value is (161,147,168). Sum of RGB (Red+Green+Blue) = 161+147+168=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 168 - color contains mainly: blue. Hex color #A193A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A193A8 is #5E6C57. Grayscale: #999999. Windows color (decimal): -6188120 or 11047841. OLE color: 11047841.
HSL color Cylindrical-coordinate representation of color #A193A8: hue angle of 280º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A193A8 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 147 | 168 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.34 |
| HSL | 280º | 0.11% | 0.62% | - |
| HSV(B) | 280º | 0.13% | 0.66% | - |
| XYZ | 32.2 | 31.27 | 41.38 | - |
| YUV | 153.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 168 | 0.04 | 0.13 | 0 | 0.34 | 280 | 0.11 | 0.62 |
| Hex | A1 | 93 | A8 | 4 | D | 0 | 22 | 118 | B | 3E |
| Octal | 241 | 223 | 250 | 4 | 15 | 0 | 42 | 430 | 13 | 76 |
| Binary | 10100001 | 10010011 | 10101000 | 100 | 1101 | 0 | 100010 | 100011000 | 1011 | 111110 |
Color Harmonies of #A193A8
Complementary color
Monochromatic Colors of #A193A8
Black with #A193A8
Text Example
Text Example
White with #A193A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193A8; }
p { color: rgb(161,147,168); }
H1.HeaderClassName
{
color: #A193A8;
}
.AnyTagClassName
{
color: #A193A8;
}
</style>
background-color css
<style>
a { background-color: #A193A8; }
a { background-color: rgb(161,147,168); }
div.DivClassName
{
background-color: #A193A8;
}
.BgClassName
{
background-color: #A193A8;
}
</style>
border-color css
<style>
span { border-color: #A193A8; }
span { border-color: rgb(161,147,168); }
td.TdClassName
{
border-color: #A193A8;
}
.TagClassName
{
border-color: #A193A8;
}
</style>