Shades of Amethyst Smoke #A67BAC
Tints of Amethyst Smoke #A67BAC
RGB
CMYK
RGB Variations
Color information
#A67BAC (or 0xA67BAC) is known color: Amethyst Smoke. HEX triplet: A6, 7B and AC. RGB value is (166,123,172). Sum of RGB (Red+Green+Blue) = 166+123+172=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A67BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BAC is #598453. Grayscale: #8D8D8D. Windows color (decimal): -5866580 or 11303846. OLE color: 11303846.
HSL color Cylindrical-coordinate representation of color #A67BAC: hue angle of 292.65º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67BAC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 123 | 172 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.33 |
| HSL | 292.65º | 0.23% | 0.58% | - |
| HSV(B) | 292.65º | 0.28% | 0.67% | - |
| XYZ | 30.26 | 25.25 | 42.31 | - |
| YUV | 141.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 172 | 0.03 | 0.28 | 0 | 0.33 | 292.65 | 0.23 | 0.58 |
| Hex | A6 | 7B | AC | 3 | 1C | 0 | 21 | 125 | 17 | 3A |
| Octal | 246 | 173 | 254 | 3 | 34 | 0 | 41 | 445 | 27 | 72 |
| Binary | 10100110 | 1111011 | 10101100 | 11 | 11100 | 0 | 100001 | 100100101 | 10111 | 111010 |
Color Harmonies of #A67BAC
Complementary color
Monochromatic Colors of #A67BAC
Black with #A67BAC
Text Example
Text Example
White with #A67BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BAC; }
p { color: rgb(166,123,172); }
H1.HeaderClassName
{
color: #A67BAC;
}
.AnyTagClassName
{
color: #A67BAC;
}
</style>
background-color css
<style>
a { background-color: #A67BAC; }
a { background-color: rgb(166,123,172); }
div.DivClassName
{
background-color: #A67BAC;
}
.BgClassName
{
background-color: #A67BAC;
}
</style>
border-color css
<style>
span { border-color: #A67BAC; }
span { border-color: rgb(166,123,172); }
td.TdClassName
{
border-color: #A67BAC;
}
.TagClassName
{
border-color: #A67BAC;
}
</style>