Shades of Amethyst Smoke #A37EAA
Tints of Amethyst Smoke #A37EAA
RGB
CMYK
RGB Variations
Color information
#A37EAA (or 0xA37EAA) is known color: Amethyst Smoke. HEX triplet: A3, 7E and AA. RGB value is (163,126,170). Sum of RGB (Red+Green+Blue) = 163+126+170=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A37EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37EAA is #5C8155. Grayscale: #8D8D8D. Windows color (decimal): -6062422 or 11173539. OLE color: 11173539.
HSL color Cylindrical-coordinate representation of color #A37EAA: hue angle of 290.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37EAA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 126 | 170 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.33 |
| HSL | 290.45º | 0.21% | 0.58% | - |
| HSV(B) | 290.45º | 0.26% | 0.67% | - |
| XYZ | 29.82 | 25.61 | 41.4 | - |
| YUV | 142.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 126 | 170 | 0.04 | 0.26 | 0 | 0.33 | 290.45 | 0.21 | 0.58 |
| Hex | A3 | 7E | AA | 4 | 1A | 0 | 21 | 122 | 15 | 3A |
| Octal | 243 | 176 | 252 | 4 | 32 | 0 | 41 | 442 | 25 | 72 |
| Binary | 10100011 | 1111110 | 10101010 | 100 | 11010 | 0 | 100001 | 100100010 | 10101 | 111010 |
Color Harmonies of #A37EAA
Complementary color
Monochromatic Colors of #A37EAA
Black with #A37EAA
Text Example
Text Example
White with #A37EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37EAA; }
p { color: rgb(163,126,170); }
H1.HeaderClassName
{
color: #A37EAA;
}
.AnyTagClassName
{
color: #A37EAA;
}
</style>
background-color css
<style>
a { background-color: #A37EAA; }
a { background-color: rgb(163,126,170); }
div.DivClassName
{
background-color: #A37EAA;
}
.BgClassName
{
background-color: #A37EAA;
}
</style>
border-color css
<style>
span { border-color: #A37EAA; }
span { border-color: rgb(163,126,170); }
td.TdClassName
{
border-color: #A37EAA;
}
.TagClassName
{
border-color: #A37EAA;
}
</style>