Shades of Amethyst Smoke #A284AB
Tints of Amethyst Smoke #A284AB
RGB
CMYK
RGB Variations
Color information
#A284AB (or 0xA284AB) is known color: Amethyst Smoke. HEX triplet: A2, 84 and AB. RGB value is (162,132,171). Sum of RGB (Red+Green+Blue) = 162+132+171=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #A284AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A284AB is #5D7B54. Grayscale: #919191. Windows color (decimal): -6126421 or 11240610. OLE color: 11240610.
HSL color Cylindrical-coordinate representation of color #A284AB: hue angle of 286.15º 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 #A284AB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 132 | 171 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.33 |
| HSL | 286.15º | 0.19% | 0.59% | - |
| HSV(B) | 286.15º | 0.23% | 0.67% | - |
| XYZ | 30.5 | 27.12 | 42.16 | - |
| YUV | 145.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 171 | 0.05 | 0.23 | 0 | 0.33 | 286.15 | 0.19 | 0.59 |
| Hex | A2 | 84 | AB | 5 | 17 | 0 | 21 | 11E | 13 | 3B |
| Octal | 242 | 204 | 253 | 5 | 27 | 0 | 41 | 436 | 23 | 73 |
| Binary | 10100010 | 10000100 | 10101011 | 101 | 10111 | 0 | 100001 | 100011110 | 10011 | 111011 |
Color Harmonies of #A284AB
Complementary color
Monochromatic Colors of #A284AB
Black with #A284AB
Text Example
Text Example
White with #A284AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284AB; }
p { color: rgb(162,132,171); }
H1.HeaderClassName
{
color: #A284AB;
}
.AnyTagClassName
{
color: #A284AB;
}
</style>
background-color css
<style>
a { background-color: #A284AB; }
a { background-color: rgb(162,132,171); }
div.DivClassName
{
background-color: #A284AB;
}
.BgClassName
{
background-color: #A284AB;
}
</style>
border-color css
<style>
span { border-color: #A284AB; }
span { border-color: rgb(162,132,171); }
td.TdClassName
{
border-color: #A284AB;
}
.TagClassName
{
border-color: #A284AB;
}
</style>