Shades of Amethyst Smoke #A07EAA
Tints of Amethyst Smoke #A07EAA
RGB
CMYK
RGB Variations
Color information
#A07EAA (or 0xA07EAA) is known color: Amethyst Smoke. HEX triplet: A0, 7E and AA. RGB value is (160,126,170). Sum of RGB (Red+Green+Blue) = 160+126+170=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A07EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAA is #5F8155. Grayscale: #8D8D8D. Windows color (decimal): -6259030 or 11173536. OLE color: 11173536.
HSL color Cylindrical-coordinate representation of color #A07EAA: hue angle of 286.36º 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 #A07EAA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 126 | 170 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.33 |
| HSL | 286.36º | 0.21% | 0.58% | - |
| HSV(B) | 286.36º | 0.26% | 0.67% | - |
| XYZ | 29.21 | 25.3 | 41.37 | - |
| YUV | 141.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 170 | 0.06 | 0.26 | 0 | 0.33 | 286.36 | 0.21 | 0.58 |
| Hex | A0 | 7E | AA | 6 | 1A | 0 | 21 | 11E | 15 | 3A |
| Octal | 240 | 176 | 252 | 6 | 32 | 0 | 41 | 436 | 25 | 72 |
| Binary | 10100000 | 1111110 | 10101010 | 110 | 11010 | 0 | 100001 | 100011110 | 10101 | 111010 |
Color Harmonies of #A07EAA
Complementary color
Monochromatic Colors of #A07EAA
Black with #A07EAA
Text Example
Text Example
White with #A07EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EAA; }
p { color: rgb(160,126,170); }
H1.HeaderClassName
{
color: #A07EAA;
}
.AnyTagClassName
{
color: #A07EAA;
}
</style>
background-color css
<style>
a { background-color: #A07EAA; }
a { background-color: rgb(160,126,170); }
div.DivClassName
{
background-color: #A07EAA;
}
.BgClassName
{
background-color: #A07EAA;
}
</style>
border-color css
<style>
span { border-color: #A07EAA; }
span { border-color: rgb(160,126,170); }
td.TdClassName
{
border-color: #A07EAA;
}
.TagClassName
{
border-color: #A07EAA;
}
</style>