Shades of Amethyst Smoke #A080AC
Tints of Amethyst Smoke #A080AC
RGB
CMYK
RGB Variations
Color information
#A080AC (or 0xA080AC) is known color: Amethyst Smoke. HEX triplet: A0, 80 and AC. RGB value is (160,128,172). Sum of RGB (Red+Green+Blue) = 160+128+172=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A080AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080AC is #5F7F53. Grayscale: #8E8E8E. Windows color (decimal): -6258516 or 11305120. OLE color: 11305120.
HSL color Cylindrical-coordinate representation of color #A080AC: hue angle of 283.64º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A080AC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 128 | 172 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.33 |
| HSL | 283.64º | 0.21% | 0.59% | - |
| HSV(B) | 283.64º | 0.26% | 0.67% | - |
| XYZ | 29.66 | 25.89 | 42.46 | - |
| YUV | 142.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 172 | 0.07 | 0.26 | 0 | 0.33 | 283.64 | 0.21 | 0.59 |
| Hex | A0 | 80 | AC | 7 | 1A | 0 | 21 | 11C | 15 | 3B |
| Octal | 240 | 200 | 254 | 7 | 32 | 0 | 41 | 434 | 25 | 73 |
| Binary | 10100000 | 10000000 | 10101100 | 111 | 11010 | 0 | 100001 | 100011100 | 10101 | 111011 |
Color Harmonies of #A080AC
Complementary color
Monochromatic Colors of #A080AC
Black with #A080AC
Text Example
Text Example
White with #A080AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080AC; }
p { color: rgb(160,128,172); }
H1.HeaderClassName
{
color: #A080AC;
}
.AnyTagClassName
{
color: #A080AC;
}
</style>
background-color css
<style>
a { background-color: #A080AC; }
a { background-color: rgb(160,128,172); }
div.DivClassName
{
background-color: #A080AC;
}
.BgClassName
{
background-color: #A080AC;
}
</style>
border-color css
<style>
span { border-color: #A080AC; }
span { border-color: rgb(160,128,172); }
td.TdClassName
{
border-color: #A080AC;
}
.TagClassName
{
border-color: #A080AC;
}
</style>