Shades of Amethyst Smoke #A47FAC
Tints of Amethyst Smoke #A47FAC
RGB
CMYK
RGB Variations
Color information
#A47FAC (or 0xA47FAC) is known color: Amethyst Smoke. HEX triplet: A4, 7F and AC. RGB value is (164,127,172). Sum of RGB (Red+Green+Blue) = 164+127+172=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #A47FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47FAC is #5B8053. Grayscale: #8F8F8F. Windows color (decimal): -5996628 or 11304868. OLE color: 11304868.
HSL color Cylindrical-coordinate representation of color #A47FAC: hue angle of 289.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47FAC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 127 | 172 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.33 |
| HSL | 289.33º | 0.21% | 0.59% | - |
| HSV(B) | 289.33º | 0.26% | 0.67% | - |
| XYZ | 30.35 | 26.05 | 42.46 | - |
| YUV | 143.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 172 | 0.05 | 0.26 | 0 | 0.33 | 289.33 | 0.21 | 0.59 |
| Hex | A4 | 7F | AC | 5 | 1A | 0 | 21 | 121 | 15 | 3B |
| Octal | 244 | 177 | 254 | 5 | 32 | 0 | 41 | 441 | 25 | 73 |
| Binary | 10100100 | 1111111 | 10101100 | 101 | 11010 | 0 | 100001 | 100100001 | 10101 | 111011 |
Color Harmonies of #A47FAC
Complementary color
Monochromatic Colors of #A47FAC
Black with #A47FAC
Text Example
Text Example
White with #A47FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FAC; }
p { color: rgb(164,127,172); }
H1.HeaderClassName
{
color: #A47FAC;
}
.AnyTagClassName
{
color: #A47FAC;
}
</style>
background-color css
<style>
a { background-color: #A47FAC; }
a { background-color: rgb(164,127,172); }
div.DivClassName
{
background-color: #A47FAC;
}
.BgClassName
{
background-color: #A47FAC;
}
</style>
border-color css
<style>
span { border-color: #A47FAC; }
span { border-color: rgb(164,127,172); }
td.TdClassName
{
border-color: #A47FAC;
}
.TagClassName
{
border-color: #A47FAC;
}
</style>