Shades of Amethyst Smoke #A47EAB
Tints of Amethyst Smoke #A47EAB
RGB
CMYK
RGB Variations
Color information
#A47EAB (or 0xA47EAB) is known color: Amethyst Smoke. HEX triplet: A4, 7E and AB. RGB value is (164,126,171). Sum of RGB (Red+Green+Blue) = 164+126+171=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A47EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EAB is #5B8154. Grayscale: #8E8E8E. Windows color (decimal): -5996885 or 11239076. OLE color: 11239076.
HSL color Cylindrical-coordinate representation of color #A47EAB: hue angle of 290.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47EAB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 126 | 171 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.33 |
| HSL | 290.67º | 0.21% | 0.58% | - |
| HSV(B) | 290.67º | 0.26% | 0.67% | - |
| XYZ | 30.12 | 25.75 | 41.91 | - |
| YUV | 142.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 171 | 0.04 | 0.26 | 0 | 0.33 | 290.67 | 0.21 | 0.58 |
| Hex | A4 | 7E | AB | 4 | 1A | 0 | 21 | 123 | 15 | 3A |
| Octal | 244 | 176 | 253 | 4 | 32 | 0 | 41 | 443 | 25 | 72 |
| Binary | 10100100 | 1111110 | 10101011 | 100 | 11010 | 0 | 100001 | 100100011 | 10101 | 111010 |
Color Harmonies of #A47EAB
Complementary color
Monochromatic Colors of #A47EAB
Black with #A47EAB
Text Example
Text Example
White with #A47EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EAB; }
p { color: rgb(164,126,171); }
H1.HeaderClassName
{
color: #A47EAB;
}
.AnyTagClassName
{
color: #A47EAB;
}
</style>
background-color css
<style>
a { background-color: #A47EAB; }
a { background-color: rgb(164,126,171); }
div.DivClassName
{
background-color: #A47EAB;
}
.BgClassName
{
background-color: #A47EAB;
}
</style>
border-color css
<style>
span { border-color: #A47EAB; }
span { border-color: rgb(164,126,171); }
td.TdClassName
{
border-color: #A47EAB;
}
.TagClassName
{
border-color: #A47EAB;
}
</style>