Shades of Amethyst Smoke #A19BA4
Tints of Amethyst Smoke #A19BA4
RGB
CMYK
RGB Variations
Color information
#A19BA4 (or 0xA19BA4) is known color: Amethyst Smoke. HEX triplet: A1, 9B and A4. RGB value is (161,155,164). Sum of RGB (Red+Green+Blue) = 161+155+164=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 164 - color contains mainly: blue. Hex color #A19BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BA4 is #5E645B. Grayscale: #9D9D9D. Windows color (decimal): -6186076 or 10787745. OLE color: 10787745.
HSL color Cylindrical-coordinate representation of color #A19BA4: hue angle of 280º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A19BA4 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 155 | 164 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.36 |
| HSL | 280º | 0.05% | 0.63% | - |
| HSV(B) | 280º | 0.05% | 0.64% | - |
| XYZ | 33.12 | 33.7 | 39.88 | - |
| YUV | 157.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 164 | 0.02 | 0.05 | 0 | 0.36 | 280 | 0.05 | 0.63 |
| Hex | A1 | 9B | A4 | 2 | 5 | 0 | 24 | 118 | 5 | 3F |
| Octal | 241 | 233 | 244 | 2 | 5 | 0 | 44 | 430 | 5 | 77 |
| Binary | 10100001 | 10011011 | 10100100 | 10 | 101 | 0 | 100100 | 100011000 | 101 | 111111 |
Color Harmonies of #A19BA4
Complementary color
Monochromatic Colors of #A19BA4
Black with #A19BA4
Text Example
Text Example
White with #A19BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BA4; }
p { color: rgb(161,155,164); }
H1.HeaderClassName
{
color: #A19BA4;
}
.AnyTagClassName
{
color: #A19BA4;
}
</style>
background-color css
<style>
a { background-color: #A19BA4; }
a { background-color: rgb(161,155,164); }
div.DivClassName
{
background-color: #A19BA4;
}
.BgClassName
{
background-color: #A19BA4;
}
</style>
border-color css
<style>
span { border-color: #A19BA4; }
span { border-color: rgb(161,155,164); }
td.TdClassName
{
border-color: #A19BA4;
}
.TagClassName
{
border-color: #A19BA4;
}
</style>