Shades of Amethyst Smoke #A182AB
Tints of Amethyst Smoke #A182AB
RGB
CMYK
RGB Variations
Color information
#A182AB (or 0xA182AB) is known color: Amethyst Smoke. HEX triplet: A1, 82 and AB. RGB value is (161,130,171). Sum of RGB (Red+Green+Blue) = 161+130+171=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #A182AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A182AB is #5E7D54. Grayscale: #8F8F8F. Windows color (decimal): -6192469 or 11240097. OLE color: 11240097.
HSL color Cylindrical-coordinate representation of color #A182AB: hue angle of 285.37º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A182AB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 130 | 171 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.33 |
| HSL | 285.37º | 0.2% | 0.59% | - |
| HSV(B) | 285.37º | 0.24% | 0.67% | - |
| XYZ | 30.03 | 26.48 | 42.06 | - |
| YUV | 143.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 171 | 0.06 | 0.24 | 0 | 0.33 | 285.37 | 0.2 | 0.59 |
| Hex | A1 | 82 | AB | 6 | 18 | 0 | 21 | 11D | 14 | 3B |
| Octal | 241 | 202 | 253 | 6 | 30 | 0 | 41 | 435 | 24 | 73 |
| Binary | 10100001 | 10000010 | 10101011 | 110 | 11000 | 0 | 100001 | 100011101 | 10100 | 111011 |
Color Harmonies of #A182AB
Complementary color
Monochromatic Colors of #A182AB
Black with #A182AB
Text Example
Text Example
White with #A182AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182AB; }
p { color: rgb(161,130,171); }
H1.HeaderClassName
{
color: #A182AB;
}
.AnyTagClassName
{
color: #A182AB;
}
</style>
background-color css
<style>
a { background-color: #A182AB; }
a { background-color: rgb(161,130,171); }
div.DivClassName
{
background-color: #A182AB;
}
.BgClassName
{
background-color: #A182AB;
}
</style>
border-color css
<style>
span { border-color: #A182AB; }
span { border-color: rgb(161,130,171); }
td.TdClassName
{
border-color: #A182AB;
}
.TagClassName
{
border-color: #A182AB;
}
</style>