Shades of Amethyst Smoke #A283AB
Tints of Amethyst Smoke #A283AB
RGB
CMYK
RGB Variations
Color information
#A283AB (or 0xA283AB) is known color: Amethyst Smoke. HEX triplet: A2, 83 and AB. RGB value is (162,131,171). Sum of RGB (Red+Green+Blue) = 162+131+171=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A283AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A283AB is #5D7C54. Grayscale: #909090. Windows color (decimal): -6126677 or 11240354. OLE color: 11240354.
HSL color Cylindrical-coordinate representation of color #A283AB: hue angle of 286.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 #A283AB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 131 | 171 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.33 |
| HSL | 286.5º | 0.19% | 0.59% | - |
| HSV(B) | 286.5º | 0.23% | 0.67% | - |
| XYZ | 30.37 | 26.85 | 42.11 | - |
| YUV | 144.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 171 | 0.05 | 0.23 | 0 | 0.33 | 286.5 | 0.19 | 0.59 |
| Hex | A2 | 83 | AB | 5 | 17 | 0 | 21 | 11E | 13 | 3B |
| Octal | 242 | 203 | 253 | 5 | 27 | 0 | 41 | 436 | 23 | 73 |
| Binary | 10100010 | 10000011 | 10101011 | 101 | 10111 | 0 | 100001 | 100011110 | 10011 | 111011 |
Color Harmonies of #A283AB
Complementary color
Monochromatic Colors of #A283AB
Black with #A283AB
Text Example
Text Example
White with #A283AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A283AB; }
p { color: rgb(162,131,171); }
H1.HeaderClassName
{
color: #A283AB;
}
.AnyTagClassName
{
color: #A283AB;
}
</style>
background-color css
<style>
a { background-color: #A283AB; }
a { background-color: rgb(162,131,171); }
div.DivClassName
{
background-color: #A283AB;
}
.BgClassName
{
background-color: #A283AB;
}
</style>
border-color css
<style>
span { border-color: #A283AB; }
span { border-color: rgb(162,131,171); }
td.TdClassName
{
border-color: #A283AB;
}
.TagClassName
{
border-color: #A283AB;
}
</style>