Shades of Amethyst Smoke #A483AB
Tints of Amethyst Smoke #A483AB
RGB
CMYK
RGB Variations
Color information
#A483AB (or 0xA483AB) is known color: Amethyst Smoke. HEX triplet: A4, 83 and AB. RGB value is (164,131,171). Sum of RGB (Red+Green+Blue) = 164+131+171=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A483AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A483AB is #5B7C54. Grayscale: #919191. Windows color (decimal): -5995605 or 11240356. OLE color: 11240356.
HSL color Cylindrical-coordinate representation of color #A483AB: hue angle of 289.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A483AB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 131 | 171 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.33 |
| HSL | 289.5º | 0.19% | 0.59% | - |
| HSV(B) | 289.5º | 0.23% | 0.67% | - |
| XYZ | 30.78 | 27.07 | 42.13 | - |
| YUV | 145.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 171 | 0.04 | 0.23 | 0 | 0.33 | 289.5 | 0.19 | 0.59 |
| Hex | A4 | 83 | AB | 4 | 17 | 0 | 21 | 122 | 13 | 3B |
| Octal | 244 | 203 | 253 | 4 | 27 | 0 | 41 | 442 | 23 | 73 |
| Binary | 10100100 | 10000011 | 10101011 | 100 | 10111 | 0 | 100001 | 100100010 | 10011 | 111011 |
Color Harmonies of #A483AB
Complementary color
Monochromatic Colors of #A483AB
Black with #A483AB
Text Example
Text Example
White with #A483AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483AB; }
p { color: rgb(164,131,171); }
H1.HeaderClassName
{
color: #A483AB;
}
.AnyTagClassName
{
color: #A483AB;
}
</style>
background-color css
<style>
a { background-color: #A483AB; }
a { background-color: rgb(164,131,171); }
div.DivClassName
{
background-color: #A483AB;
}
.BgClassName
{
background-color: #A483AB;
}
</style>
border-color css
<style>
span { border-color: #A483AB; }
span { border-color: rgb(164,131,171); }
td.TdClassName
{
border-color: #A483AB;
}
.TagClassName
{
border-color: #A483AB;
}
</style>