Shades of Amethyst Smoke #A19FA3
Tints of Amethyst Smoke #A19FA3
RGB
CMYK
RGB Variations
Color information
#A19FA3 (or 0xA19FA3) is known color: Amethyst Smoke. HEX triplet: A1, 9F and A3. RGB value is (161,159,163). Sum of RGB (Red+Green+Blue) = 161+159+163=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 163 - color contains mainly: blue. Hex color #A19FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19FA3 is #5E605C. Grayscale: #A0A0A0. Windows color (decimal): -6185053 or 10723233. OLE color: 10723233.
HSL color Cylindrical-coordinate representation of color #A19FA3: hue angle of 270º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A19FA3 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 159 | 163 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.36 |
| HSL | 270º | 0.02% | 0.63% | - |
| HSV(B) | 270º | 0.02% | 0.64% | - |
| XYZ | 33.71 | 35.02 | 39.63 | - |
| YUV | 160.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 163 | 0.01 | 0.02 | 0 | 0.36 | 270 | 0.02 | 0.63 |
| Hex | A1 | 9F | A3 | 1 | 2 | 0 | 24 | 10E | 2 | 3F |
| Octal | 241 | 237 | 243 | 1 | 2 | 0 | 44 | 416 | 2 | 77 |
| Binary | 10100001 | 10011111 | 10100011 | 1 | 10 | 0 | 100100 | 100001110 | 10 | 111111 |
Color Harmonies of #A19FA3
Complementary color
Monochromatic Colors of #A19FA3
Black with #A19FA3
Text Example
Text Example
White with #A19FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FA3; }
p { color: rgb(161,159,163); }
H1.HeaderClassName
{
color: #A19FA3;
}
.AnyTagClassName
{
color: #A19FA3;
}
</style>
background-color css
<style>
a { background-color: #A19FA3; }
a { background-color: rgb(161,159,163); }
div.DivClassName
{
background-color: #A19FA3;
}
.BgClassName
{
background-color: #A19FA3;
}
</style>
border-color css
<style>
span { border-color: #A19FA3; }
span { border-color: rgb(161,159,163); }
td.TdClassName
{
border-color: #A19FA3;
}
.TagClassName
{
border-color: #A19FA3;
}
</style>