Shades of Amethyst Smoke #A37BA7
Tints of Amethyst Smoke #A37BA7
RGB
CMYK
RGB Variations
Color information
#A37BA7 (or 0xA37BA7) is known color: Amethyst Smoke. HEX triplet: A3, 7B and A7. RGB value is (163,123,167). Sum of RGB (Red+Green+Blue) = 163+123+167=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 167 - color contains mainly: blue. Hex color #A37BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37BA7 is #5C8458. Grayscale: #8B8B8B. Windows color (decimal): -6063193 or 10976163. OLE color: 10976163.
HSL color Cylindrical-coordinate representation of color #A37BA7: hue angle of 294.55º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37BA7 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 123 | 167 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.35 |
| HSL | 294.55º | 0.2% | 0.57% | - |
| HSV(B) | 294.55º | 0.26% | 0.65% | - |
| XYZ | 29.16 | 24.74 | 39.8 | - |
| YUV | 139.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 167 | 0.02 | 0.26 | 0 | 0.35 | 294.55 | 0.2 | 0.57 |
| Hex | A3 | 7B | A7 | 2 | 1A | 0 | 23 | 127 | 14 | 39 |
| Octal | 243 | 173 | 247 | 2 | 32 | 0 | 43 | 447 | 24 | 71 |
| Binary | 10100011 | 1111011 | 10100111 | 10 | 11010 | 0 | 100011 | 100100111 | 10100 | 111001 |
Color Harmonies of #A37BA7
Complementary color
Monochromatic Colors of #A37BA7
Black with #A37BA7
Text Example
Text Example
White with #A37BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37BA7; }
p { color: rgb(163,123,167); }
H1.HeaderClassName
{
color: #A37BA7;
}
.AnyTagClassName
{
color: #A37BA7;
}
</style>
background-color css
<style>
a { background-color: #A37BA7; }
a { background-color: rgb(163,123,167); }
div.DivClassName
{
background-color: #A37BA7;
}
.BgClassName
{
background-color: #A37BA7;
}
</style>
border-color css
<style>
span { border-color: #A37BA7; }
span { border-color: rgb(163,123,167); }
td.TdClassName
{
border-color: #A37BA7;
}
.TagClassName
{
border-color: #A37BA7;
}
</style>