Shades of Amethyst Smoke #A07AA4
Tints of Amethyst Smoke #A07AA4
RGB
CMYK
RGB Variations
Color information
#A07AA4 (or 0xA07AA4) is known color: Amethyst Smoke. HEX triplet: A0, 7A and A4. RGB value is (160,122,164). Sum of RGB (Red+Green+Blue) = 160+122+164=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 164 - color contains mainly: blue. Hex color #A07AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07AA4 is #5F855B. Grayscale: #8A8A8A. Windows color (decimal): -6260060 or 10779296. OLE color: 10779296.
HSL color Cylindrical-coordinate representation of color #A07AA4: hue angle of 294.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07AA4 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 122 | 164 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.36 |
| HSL | 294.29º | 0.19% | 0.56% | - |
| HSV(B) | 294.29º | 0.26% | 0.64% | - |
| XYZ | 28.16 | 24.07 | 38.28 | - |
| YUV | 138.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 164 | 0.02 | 0.26 | 0 | 0.36 | 294.29 | 0.19 | 0.56 |
| Hex | A0 | 7A | A4 | 2 | 1A | 0 | 24 | 126 | 13 | 38 |
| Octal | 240 | 172 | 244 | 2 | 32 | 0 | 44 | 446 | 23 | 70 |
| Binary | 10100000 | 1111010 | 10100100 | 10 | 11010 | 0 | 100100 | 100100110 | 10011 | 111000 |
Color Harmonies of #A07AA4
Complementary color
Monochromatic Colors of #A07AA4
Black with #A07AA4
Text Example
Text Example
White with #A07AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07AA4; }
p { color: rgb(160,122,164); }
H1.HeaderClassName
{
color: #A07AA4;
}
.AnyTagClassName
{
color: #A07AA4;
}
</style>
background-color css
<style>
a { background-color: #A07AA4; }
a { background-color: rgb(160,122,164); }
div.DivClassName
{
background-color: #A07AA4;
}
.BgClassName
{
background-color: #A07AA4;
}
</style>
border-color css
<style>
span { border-color: #A07AA4; }
span { border-color: rgb(160,122,164); }
td.TdClassName
{
border-color: #A07AA4;
}
.TagClassName
{
border-color: #A07AA4;
}
</style>