Shades of Amethyst Smoke #A182AA
Tints of Amethyst Smoke #A182AA
RGB
CMYK
RGB Variations
Color information
#A182AA (or 0xA182AA) is known color: Amethyst Smoke. HEX triplet: A1, 82 and AA. RGB value is (161,130,170). Sum of RGB (Red+Green+Blue) = 161+130+170=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A182AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A182AA is #5E7D55. Grayscale: #8F8F8F. Windows color (decimal): -6192470 or 11174561. OLE color: 11174561.
HSL color Cylindrical-coordinate representation of color #A182AA: hue angle of 286.5º degrees, saturation: 0.19, 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 #A182AA is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 130 | 170 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.33 |
| HSL | 286.5º | 0.19% | 0.59% | - |
| HSV(B) | 286.5º | 0.24% | 0.67% | - |
| XYZ | 29.94 | 26.44 | 41.56 | - |
| YUV | 143.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 170 | 0.05 | 0.24 | 0 | 0.33 | 286.5 | 0.19 | 0.59 |
| Hex | A1 | 82 | AA | 5 | 18 | 0 | 21 | 11E | 13 | 3B |
| Octal | 241 | 202 | 252 | 5 | 30 | 0 | 41 | 436 | 23 | 73 |
| Binary | 10100001 | 10000010 | 10101010 | 101 | 11000 | 0 | 100001 | 100011110 | 10011 | 111011 |
Color Harmonies of #A182AA
Complementary color
Monochromatic Colors of #A182AA
Black with #A182AA
Text Example
Text Example
White with #A182AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182AA; }
p { color: rgb(161,130,170); }
H1.HeaderClassName
{
color: #A182AA;
}
.AnyTagClassName
{
color: #A182AA;
}
</style>
background-color css
<style>
a { background-color: #A182AA; }
a { background-color: rgb(161,130,170); }
div.DivClassName
{
background-color: #A182AA;
}
.BgClassName
{
background-color: #A182AA;
}
</style>
border-color css
<style>
span { border-color: #A182AA; }
span { border-color: rgb(161,130,170); }
td.TdClassName
{
border-color: #A182AA;
}
.TagClassName
{
border-color: #A182AA;
}
</style>