Shades of Amethyst Smoke #A481AA
Tints of Amethyst Smoke #A481AA
RGB
CMYK
RGB Variations
Color information
#A481AA (or 0xA481AA) is known color: Amethyst Smoke. HEX triplet: A4, 81 and AA. RGB value is (164,129,170). Sum of RGB (Red+Green+Blue) = 164+129+170=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #A481AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A481AA is #5B7E55. Grayscale: #909090. Windows color (decimal): -5996118 or 11174308. OLE color: 11174308.
HSL color Cylindrical-coordinate representation of color #A481AA: hue angle of 291.22º 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 #A481AA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 129 | 170 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.33 |
| HSL | 291.22º | 0.19% | 0.59% | - |
| HSV(B) | 291.22º | 0.24% | 0.67% | - |
| XYZ | 30.42 | 26.5 | 41.54 | - |
| YUV | 144.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 170 | 0.04 | 0.24 | 0 | 0.33 | 291.22 | 0.19 | 0.59 |
| Hex | A4 | 81 | AA | 4 | 18 | 0 | 21 | 123 | 13 | 3B |
| Octal | 244 | 201 | 252 | 4 | 30 | 0 | 41 | 443 | 23 | 73 |
| Binary | 10100100 | 10000001 | 10101010 | 100 | 11000 | 0 | 100001 | 100100011 | 10011 | 111011 |
Color Harmonies of #A481AA
Complementary color
Monochromatic Colors of #A481AA
Black with #A481AA
Text Example
Text Example
White with #A481AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481AA; }
p { color: rgb(164,129,170); }
H1.HeaderClassName
{
color: #A481AA;
}
.AnyTagClassName
{
color: #A481AA;
}
</style>
background-color css
<style>
a { background-color: #A481AA; }
a { background-color: rgb(164,129,170); }
div.DivClassName
{
background-color: #A481AA;
}
.BgClassName
{
background-color: #A481AA;
}
</style>
border-color css
<style>
span { border-color: #A481AA; }
span { border-color: rgb(164,129,170); }
td.TdClassName
{
border-color: #A481AA;
}
.TagClassName
{
border-color: #A481AA;
}
</style>