Shades of Amethyst Smoke #A181AA
Tints of Amethyst Smoke #A181AA
RGB
CMYK
RGB Variations
Color information
#A181AA (or 0xA181AA) is known color: Amethyst Smoke. HEX triplet: A1, 81 and AA. RGB value is (161,129,170). Sum of RGB (Red+Green+Blue) = 161+129+170=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A181AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181AA is #5E7E55. Grayscale: #8F8F8F. Windows color (decimal): -6192726 or 11174305. OLE color: 11174305.
HSL color Cylindrical-coordinate representation of color #A181AA: hue angle of 286.83º 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 #A181AA is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 129 | 170 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.33 |
| HSL | 286.83º | 0.19% | 0.59% | - |
| HSV(B) | 286.83º | 0.24% | 0.67% | - |
| XYZ | 29.8 | 26.18 | 41.51 | - |
| YUV | 143.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 170 | 0.05 | 0.24 | 0 | 0.33 | 286.83 | 0.19 | 0.59 |
| Hex | A1 | 81 | AA | 5 | 18 | 0 | 21 | 11F | 13 | 3B |
| Octal | 241 | 201 | 252 | 5 | 30 | 0 | 41 | 437 | 23 | 73 |
| Binary | 10100001 | 10000001 | 10101010 | 101 | 11000 | 0 | 100001 | 100011111 | 10011 | 111011 |
Color Harmonies of #A181AA
Complementary color
Monochromatic Colors of #A181AA
Black with #A181AA
Text Example
Text Example
White with #A181AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A181AA; }
p { color: rgb(161,129,170); }
H1.HeaderClassName
{
color: #A181AA;
}
.AnyTagClassName
{
color: #A181AA;
}
</style>
background-color css
<style>
a { background-color: #A181AA; }
a { background-color: rgb(161,129,170); }
div.DivClassName
{
background-color: #A181AA;
}
.BgClassName
{
background-color: #A181AA;
}
</style>
border-color css
<style>
span { border-color: #A181AA; }
span { border-color: rgb(161,129,170); }
td.TdClassName
{
border-color: #A181AA;
}
.TagClassName
{
border-color: #A181AA;
}
</style>