Shades of Amethyst Smoke #A381A9
Tints of Amethyst Smoke #A381A9
RGB
CMYK
RGB Variations
Color information
#A381A9 (or 0xA381A9) is known color: Amethyst Smoke. HEX triplet: A3, 81 and A9. RGB value is (163,129,169). Sum of RGB (Red+Green+Blue) = 163+129+169=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 169 - color contains mainly: blue. Hex color #A381A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381A9 is #5C7E56. Grayscale: #8F8F8F. Windows color (decimal): -6061655 or 11108771. OLE color: 11108771.
HSL color Cylindrical-coordinate representation of color #A381A9: hue angle of 291º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A381A9 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 129 | 169 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.34 |
| HSL | 291º | 0.19% | 0.58% | - |
| HSV(B) | 291º | 0.24% | 0.66% | - |
| XYZ | 30.12 | 26.35 | 41.04 | - |
| YUV | 143.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 169 | 0.04 | 0.24 | 0 | 0.34 | 291 | 0.19 | 0.58 |
| Hex | A3 | 81 | A9 | 4 | 18 | 0 | 22 | 123 | 13 | 3A |
| Octal | 243 | 201 | 251 | 4 | 30 | 0 | 42 | 443 | 23 | 72 |
| Binary | 10100011 | 10000001 | 10101001 | 100 | 11000 | 0 | 100010 | 100100011 | 10011 | 111010 |
Color Harmonies of #A381A9
Complementary color
Monochromatic Colors of #A381A9
Black with #A381A9
Text Example
Text Example
White with #A381A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A381A9; }
p { color: rgb(163,129,169); }
H1.HeaderClassName
{
color: #A381A9;
}
.AnyTagClassName
{
color: #A381A9;
}
</style>
background-color css
<style>
a { background-color: #A381A9; }
a { background-color: rgb(163,129,169); }
div.DivClassName
{
background-color: #A381A9;
}
.BgClassName
{
background-color: #A381A9;
}
</style>
border-color css
<style>
span { border-color: #A381A9; }
span { border-color: rgb(163,129,169); }
td.TdClassName
{
border-color: #A381A9;
}
.TagClassName
{
border-color: #A381A9;
}
</style>