Shades of Amethyst Smoke #A199A4
Tints of Amethyst Smoke #A199A4
RGB
CMYK
RGB Variations
Color information
#A199A4 (or 0xA199A4) is known color: Amethyst Smoke. HEX triplet: A1, 99 and A4. RGB value is (161,153,164). Sum of RGB (Red+Green+Blue) = 161+153+164=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 164 - color contains mainly: blue. Hex color #A199A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A199A4 is #5E665B. Grayscale: #9C9C9C. Windows color (decimal): -6186588 or 10787233. OLE color: 10787233.
HSL color Cylindrical-coordinate representation of color #A199A4: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A199A4 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 153 | 164 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.36 |
| HSL | 283.64º | 0.06% | 0.62% | - |
| HSV(B) | 283.64º | 0.07% | 0.64% | - |
| XYZ | 32.79 | 33.04 | 39.77 | - |
| YUV | 156.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 164 | 0.02 | 0.07 | 0 | 0.36 | 283.64 | 0.06 | 0.62 |
| Hex | A1 | 99 | A4 | 2 | 7 | 0 | 24 | 11C | 6 | 3E |
| Octal | 241 | 231 | 244 | 2 | 7 | 0 | 44 | 434 | 6 | 76 |
| Binary | 10100001 | 10011001 | 10100100 | 10 | 111 | 0 | 100100 | 100011100 | 110 | 111110 |
Color Harmonies of #A199A4
Complementary color
Monochromatic Colors of #A199A4
Black with #A199A4
Text Example
Text Example
White with #A199A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A199A4; }
p { color: rgb(161,153,164); }
H1.HeaderClassName
{
color: #A199A4;
}
.AnyTagClassName
{
color: #A199A4;
}
</style>
background-color css
<style>
a { background-color: #A199A4; }
a { background-color: rgb(161,153,164); }
div.DivClassName
{
background-color: #A199A4;
}
.BgClassName
{
background-color: #A199A4;
}
</style>
border-color css
<style>
span { border-color: #A199A4; }
span { border-color: rgb(161,153,164); }
td.TdClassName
{
border-color: #A199A4;
}
.TagClassName
{
border-color: #A199A4;
}
</style>