Shades of Amethyst Smoke #A584AB
Tints of Amethyst Smoke #A584AB
RGB
CMYK
RGB Variations
Color information
#A584AB (or 0xA584AB) is known color: Amethyst Smoke. HEX triplet: A5, 84 and AB. RGB value is (165,132,171). Sum of RGB (Red+Green+Blue) = 165+132+171=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A584AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584AB is #5A7B54. Grayscale: #929292. Windows color (decimal): -5929813 or 11240613. OLE color: 11240613.
HSL color Cylindrical-coordinate representation of color #A584AB: hue angle of 290.77º 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 #A584AB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 132 | 171 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.33 |
| HSL | 290.77º | 0.19% | 0.59% | - |
| HSV(B) | 290.77º | 0.23% | 0.67% | - |
| XYZ | 31.12 | 27.44 | 42.18 | - |
| YUV | 146.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 171 | 0.04 | 0.23 | 0 | 0.33 | 290.77 | 0.19 | 0.59 |
| Hex | A5 | 84 | AB | 4 | 17 | 0 | 21 | 123 | 13 | 3B |
| Octal | 245 | 204 | 253 | 4 | 27 | 0 | 41 | 443 | 23 | 73 |
| Binary | 10100101 | 10000100 | 10101011 | 100 | 10111 | 0 | 100001 | 100100011 | 10011 | 111011 |
Color Harmonies of #A584AB
Complementary color
Monochromatic Colors of #A584AB
Black with #A584AB
Text Example
Text Example
White with #A584AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A584AB; }
p { color: rgb(165,132,171); }
H1.HeaderClassName
{
color: #A584AB;
}
.AnyTagClassName
{
color: #A584AB;
}
</style>
background-color css
<style>
a { background-color: #A584AB; }
a { background-color: rgb(165,132,171); }
div.DivClassName
{
background-color: #A584AB;
}
.BgClassName
{
background-color: #A584AB;
}
</style>
border-color css
<style>
span { border-color: #A584AB; }
span { border-color: rgb(165,132,171); }
td.TdClassName
{
border-color: #A584AB;
}
.TagClassName
{
border-color: #A584AB;
}
</style>