Shades of Amethyst Smoke #A281AA
Tints of Amethyst Smoke #A281AA
RGB
CMYK
RGB Variations
Color information
#A281AA (or 0xA281AA) is known color: Amethyst Smoke. HEX triplet: A2, 81 and AA. RGB value is (162,129,170). Sum of RGB (Red+Green+Blue) = 162+129+170=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 129 (50.78% from 255 or 27.98% 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 #A281AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A281AA is #5D7E55. Grayscale: #8F8F8F. Windows color (decimal): -6127190 or 11174306. OLE color: 11174306.
HSL color Cylindrical-coordinate representation of color #A281AA: hue angle of 288.29º 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 #A281AA is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 129 | 170 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.33 |
| HSL | 288.29º | 0.19% | 0.59% | - |
| HSV(B) | 288.29º | 0.24% | 0.67% | - |
| XYZ | 30.01 | 26.28 | 41.52 | - |
| YUV | 143.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 170 | 0.05 | 0.24 | 0 | 0.33 | 288.29 | 0.19 | 0.59 |
| Hex | A2 | 81 | AA | 5 | 18 | 0 | 21 | 120 | 13 | 3B |
| Octal | 242 | 201 | 252 | 5 | 30 | 0 | 41 | 440 | 23 | 73 |
| Binary | 10100010 | 10000001 | 10101010 | 101 | 11000 | 0 | 100001 | 100100000 | 10011 | 111011 |
Color Harmonies of #A281AA
Complementary color
Monochromatic Colors of #A281AA
Black with #A281AA
Text Example
Text Example
White with #A281AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281AA; }
p { color: rgb(162,129,170); }
H1.HeaderClassName
{
color: #A281AA;
}
.AnyTagClassName
{
color: #A281AA;
}
</style>
background-color css
<style>
a { background-color: #A281AA; }
a { background-color: rgb(162,129,170); }
div.DivClassName
{
background-color: #A281AA;
}
.BgClassName
{
background-color: #A281AA;
}
</style>
border-color css
<style>
span { border-color: #A281AA; }
span { border-color: rgb(162,129,170); }
td.TdClassName
{
border-color: #A281AA;
}
.TagClassName
{
border-color: #A281AA;
}
</style>