Shades of Amethyst Smoke #A180AB
Tints of Amethyst Smoke #A180AB
RGB
CMYK
RGB Variations
Color information
#A180AB (or 0xA180AB) is known color: Amethyst Smoke. HEX triplet: A1, 80 and AB. RGB value is (161,128,171). Sum of RGB (Red+Green+Blue) = 161+128+171=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A180AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A180AB is #5E7F54. Grayscale: #8E8E8E. Windows color (decimal): -6192981 or 11239585. OLE color: 11239585.
HSL color Cylindrical-coordinate representation of color #A180AB: hue angle of 286.05º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A180AB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 128 | 171 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.33 |
| HSL | 286.05º | 0.2% | 0.59% | - |
| HSV(B) | 286.05º | 0.25% | 0.67% | - |
| XYZ | 29.77 | 25.96 | 41.97 | - |
| YUV | 142.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 171 | 0.06 | 0.25 | 0 | 0.33 | 286.05 | 0.2 | 0.59 |
| Hex | A1 | 80 | AB | 6 | 19 | 0 | 21 | 11E | 14 | 3B |
| Octal | 241 | 200 | 253 | 6 | 31 | 0 | 41 | 436 | 24 | 73 |
| Binary | 10100001 | 10000000 | 10101011 | 110 | 11001 | 0 | 100001 | 100011110 | 10100 | 111011 |
Color Harmonies of #A180AB
Complementary color
Monochromatic Colors of #A180AB
Black with #A180AB
Text Example
Text Example
White with #A180AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180AB; }
p { color: rgb(161,128,171); }
H1.HeaderClassName
{
color: #A180AB;
}
.AnyTagClassName
{
color: #A180AB;
}
</style>
background-color css
<style>
a { background-color: #A180AB; }
a { background-color: rgb(161,128,171); }
div.DivClassName
{
background-color: #A180AB;
}
.BgClassName
{
background-color: #A180AB;
}
</style>
border-color css
<style>
span { border-color: #A180AB; }
span { border-color: rgb(161,128,171); }
td.TdClassName
{
border-color: #A180AB;
}
.TagClassName
{
border-color: #A180AB;
}
</style>