Shades of Amethyst Smoke #A19CA3
Tints of Amethyst Smoke #A19CA3
RGB
CMYK
RGB Variations
Color information
#A19CA3 (or 0xA19CA3) is known color: Amethyst Smoke. HEX triplet: A1, 9C and A3. RGB value is (161,156,163). Sum of RGB (Red+Green+Blue) = 161+156+163=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 163 - color contains mainly: blue. Hex color #A19CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19CA3 is #5E635C. Grayscale: #9E9E9E. Windows color (decimal): -6185821 or 10722465. OLE color: 10722465.
HSL color Cylindrical-coordinate representation of color #A19CA3: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A19CA3 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 156 | 163 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.36 |
| HSL | 282.86º | 0.04% | 0.63% | - |
| HSV(B) | 282.86º | 0.04% | 0.64% | - |
| XYZ | 33.2 | 34 | 39.46 | - |
| YUV | 158.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 163 | 0.01 | 0.04 | 0 | 0.36 | 282.86 | 0.04 | 0.63 |
| Hex | A1 | 9C | A3 | 1 | 4 | 0 | 24 | 11B | 4 | 3F |
| Octal | 241 | 234 | 243 | 1 | 4 | 0 | 44 | 433 | 4 | 77 |
| Binary | 10100001 | 10011100 | 10100011 | 1 | 100 | 0 | 100100 | 100011011 | 100 | 111111 |
Color Harmonies of #A19CA3
Complementary color
Monochromatic Colors of #A19CA3
Black with #A19CA3
Text Example
Text Example
White with #A19CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19CA3; }
p { color: rgb(161,156,163); }
H1.HeaderClassName
{
color: #A19CA3;
}
.AnyTagClassName
{
color: #A19CA3;
}
</style>
background-color css
<style>
a { background-color: #A19CA3; }
a { background-color: rgb(161,156,163); }
div.DivClassName
{
background-color: #A19CA3;
}
.BgClassName
{
background-color: #A19CA3;
}
</style>
border-color css
<style>
span { border-color: #A19CA3; }
span { border-color: rgb(161,156,163); }
td.TdClassName
{
border-color: #A19CA3;
}
.TagClassName
{
border-color: #A19CA3;
}
</style>