Shades of Amethyst Smoke #A07EAC
Tints of Amethyst Smoke #A07EAC
RGB
CMYK
RGB Variations
Color information
#A07EAC (or 0xA07EAC) is known color: Amethyst Smoke. HEX triplet: A0, 7E and AC. RGB value is (160,126,172). Sum of RGB (Red+Green+Blue) = 160+126+172=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAC is #5F8153. Grayscale: #8D8D8D. Windows color (decimal): -6259028 or 11304608. OLE color: 11304608.
HSL color Cylindrical-coordinate representation of color #A07EAC: hue angle of 284.35º degrees, saturation: 0.22, 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 #A07EAC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 126 | 172 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.33 |
| HSL | 284.35º | 0.22% | 0.58% | - |
| HSV(B) | 284.35º | 0.27% | 0.67% | - |
| XYZ | 29.4 | 25.37 | 42.38 | - |
| YUV | 141.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 172 | 0.07 | 0.27 | 0 | 0.33 | 284.35 | 0.22 | 0.58 |
| Hex | A0 | 7E | AC | 7 | 1B | 0 | 21 | 11C | 16 | 3A |
| Octal | 240 | 176 | 254 | 7 | 33 | 0 | 41 | 434 | 26 | 72 |
| Binary | 10100000 | 1111110 | 10101100 | 111 | 11011 | 0 | 100001 | 100011100 | 10110 | 111010 |
Color Harmonies of #A07EAC
Complementary color
Monochromatic Colors of #A07EAC
Black with #A07EAC
Text Example
Text Example
White with #A07EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EAC; }
p { color: rgb(160,126,172); }
H1.HeaderClassName
{
color: #A07EAC;
}
.AnyTagClassName
{
color: #A07EAC;
}
</style>
background-color css
<style>
a { background-color: #A07EAC; }
a { background-color: rgb(160,126,172); }
div.DivClassName
{
background-color: #A07EAC;
}
.BgClassName
{
background-color: #A07EAC;
}
</style>
border-color css
<style>
span { border-color: #A07EAC; }
span { border-color: rgb(160,126,172); }
td.TdClassName
{
border-color: #A07EAC;
}
.TagClassName
{
border-color: #A07EAC;
}
</style>