Shades of Amethyst Smoke #A182AC
Tints of Amethyst Smoke #A182AC
RGB
CMYK
RGB Variations
Color information
#A182AC (or 0xA182AC) is known color: Amethyst Smoke. HEX triplet: A1, 82 and AC. RGB value is (161,130,172). Sum of RGB (Red+Green+Blue) = 161+130+172=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #A182AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A182AC is #5E7D53. Grayscale: #8F8F8F. Windows color (decimal): -6192468 or 11305633. OLE color: 11305633.
HSL color Cylindrical-coordinate representation of color #A182AC: hue angle of 284.29º 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 #A182AC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 130 | 172 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.33 |
| HSL | 284.29º | 0.2% | 0.59% | - |
| HSV(B) | 284.29º | 0.24% | 0.67% | - |
| XYZ | 30.13 | 26.52 | 42.56 | - |
| YUV | 144.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 172 | 0.06 | 0.24 | 0 | 0.33 | 284.29 | 0.2 | 0.59 |
| Hex | A1 | 82 | AC | 6 | 18 | 0 | 21 | 11C | 14 | 3B |
| Octal | 241 | 202 | 254 | 6 | 30 | 0 | 41 | 434 | 24 | 73 |
| Binary | 10100001 | 10000010 | 10101100 | 110 | 11000 | 0 | 100001 | 100011100 | 10100 | 111011 |
Color Harmonies of #A182AC
Complementary color
Monochromatic Colors of #A182AC
Black with #A182AC
Text Example
Text Example
White with #A182AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182AC; }
p { color: rgb(161,130,172); }
H1.HeaderClassName
{
color: #A182AC;
}
.AnyTagClassName
{
color: #A182AC;
}
</style>
background-color css
<style>
a { background-color: #A182AC; }
a { background-color: rgb(161,130,172); }
div.DivClassName
{
background-color: #A182AC;
}
.BgClassName
{
background-color: #A182AC;
}
</style>
border-color css
<style>
span { border-color: #A182AC; }
span { border-color: rgb(161,130,172); }
td.TdClassName
{
border-color: #A182AC;
}
.TagClassName
{
border-color: #A182AC;
}
</style>