Shades of Amethyst Smoke #A37CAA
Tints of Amethyst Smoke #A37CAA
RGB
CMYK
RGB Variations
Color information
#A37CAA (or 0xA37CAA) is known color: Amethyst Smoke. HEX triplet: A3, 7C and AA. RGB value is (163,124,170). Sum of RGB (Red+Green+Blue) = 163+124+170=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #A37CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37CAA is #5C8355. Grayscale: #8C8C8C. Windows color (decimal): -6062934 or 11173027. OLE color: 11173027.
HSL color Cylindrical-coordinate representation of color #A37CAA: hue angle of 290.87º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A37CAA is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 124 | 170 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.33 |
| HSL | 290.87º | 0.21% | 0.58% | - |
| HSV(B) | 290.87º | 0.27% | 0.67% | - |
| XYZ | 29.57 | 25.1 | 41.32 | - |
| YUV | 140.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 170 | 0.04 | 0.27 | 0 | 0.33 | 290.87 | 0.21 | 0.58 |
| Hex | A3 | 7C | AA | 4 | 1B | 0 | 21 | 123 | 15 | 3A |
| Octal | 243 | 174 | 252 | 4 | 33 | 0 | 41 | 443 | 25 | 72 |
| Binary | 10100011 | 1111100 | 10101010 | 100 | 11011 | 0 | 100001 | 100100011 | 10101 | 111010 |
Color Harmonies of #A37CAA
Complementary color
Monochromatic Colors of #A37CAA
Black with #A37CAA
Text Example
Text Example
White with #A37CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37CAA; }
p { color: rgb(163,124,170); }
H1.HeaderClassName
{
color: #A37CAA;
}
.AnyTagClassName
{
color: #A37CAA;
}
</style>
background-color css
<style>
a { background-color: #A37CAA; }
a { background-color: rgb(163,124,170); }
div.DivClassName
{
background-color: #A37CAA;
}
.BgClassName
{
background-color: #A37CAA;
}
</style>
border-color css
<style>
span { border-color: #A37CAA; }
span { border-color: rgb(163,124,170); }
td.TdClassName
{
border-color: #A37CAA;
}
.TagClassName
{
border-color: #A37CAA;
}
</style>