Shades of Amethyst Smoke #A386A7
Tints of Amethyst Smoke #A386A7
RGB
CMYK
RGB Variations
Color information
#A386A7 (or 0xA386A7) is known color: Amethyst Smoke. HEX triplet: A3, 86 and A7. RGB value is (163,134,167). Sum of RGB (Red+Green+Blue) = 163+134+167=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 167 - color contains mainly: blue. Hex color #A386A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A386A7 is #5C7958. Grayscale: #929292. Windows color (decimal): -6060377 or 10978979. OLE color: 10978979.
HSL color Cylindrical-coordinate representation of color #A386A7: hue angle of 292.73º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A386A7 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 134 | 167 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.35 |
| HSL | 292.73º | 0.16% | 0.59% | - |
| HSV(B) | 292.73º | 0.2% | 0.65% | - |
| XYZ | 30.6 | 27.63 | 40.28 | - |
| YUV | 146.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 167 | 0.02 | 0.20 | 0 | 0.35 | 292.73 | 0.16 | 0.59 |
| Hex | A3 | 86 | A7 | 2 | 14 | 0 | 23 | 125 | 10 | 3B |
| Octal | 243 | 206 | 247 | 2 | 24 | 0 | 43 | 445 | 20 | 73 |
| Binary | 10100011 | 10000110 | 10100111 | 10 | 10100 | 0 | 100011 | 100100101 | 10000 | 111011 |
Color Harmonies of #A386A7
Complementary color
Monochromatic Colors of #A386A7
Black with #A386A7
Text Example
Text Example
White with #A386A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386A7; }
p { color: rgb(163,134,167); }
H1.HeaderClassName
{
color: #A386A7;
}
.AnyTagClassName
{
color: #A386A7;
}
</style>
background-color css
<style>
a { background-color: #A386A7; }
a { background-color: rgb(163,134,167); }
div.DivClassName
{
background-color: #A386A7;
}
.BgClassName
{
background-color: #A386A7;
}
</style>
border-color css
<style>
span { border-color: #A386A7; }
span { border-color: rgb(163,134,167); }
td.TdClassName
{
border-color: #A386A7;
}
.TagClassName
{
border-color: #A386A7;
}
</style>