Shades of Amethyst Smoke #A080AA
Tints of Amethyst Smoke #A080AA
RGB
CMYK
RGB Variations
Color information
#A080AA (or 0xA080AA) is known color: Amethyst Smoke. HEX triplet: A0, 80 and AA. RGB value is (160,128,170). Sum of RGB (Red+Green+Blue) = 160+128+170=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A080AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080AA is #5F7F55. Grayscale: #8E8E8E. Windows color (decimal): -6258518 or 11174048. OLE color: 11174048.
HSL color Cylindrical-coordinate representation of color #A080AA: hue angle of 285.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A080AA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 128 | 170 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.33 |
| HSL | 285.71º | 0.2% | 0.58% | - |
| HSV(B) | 285.71º | 0.25% | 0.67% | - |
| XYZ | 29.47 | 25.81 | 41.46 | - |
| YUV | 142.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 170 | 0.06 | 0.25 | 0 | 0.33 | 285.71 | 0.2 | 0.58 |
| Hex | A0 | 80 | AA | 6 | 19 | 0 | 21 | 11E | 14 | 3A |
| Octal | 240 | 200 | 252 | 6 | 31 | 0 | 41 | 436 | 24 | 72 |
| Binary | 10100000 | 10000000 | 10101010 | 110 | 11001 | 0 | 100001 | 100011110 | 10100 | 111010 |
Color Harmonies of #A080AA
Complementary color
Monochromatic Colors of #A080AA
Black with #A080AA
Text Example
Text Example
White with #A080AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A080AA; }
p { color: rgb(160,128,170); }
H1.HeaderClassName
{
color: #A080AA;
}
.AnyTagClassName
{
color: #A080AA;
}
</style>
background-color css
<style>
a { background-color: #A080AA; }
a { background-color: rgb(160,128,170); }
div.DivClassName
{
background-color: #A080AA;
}
.BgClassName
{
background-color: #A080AA;
}
</style>
border-color css
<style>
span { border-color: #A080AA; }
span { border-color: rgb(160,128,170); }
td.TdClassName
{
border-color: #A080AA;
}
.TagClassName
{
border-color: #A080AA;
}
</style>