Shades of Amethyst Smoke #A484AB
Tints of Amethyst Smoke #A484AB
RGB
CMYK
RGB Variations
Color information
#A484AB (or 0xA484AB) is known color: Amethyst Smoke. HEX triplet: A4, 84 and AB. RGB value is (164,132,171). Sum of RGB (Red+Green+Blue) = 164+132+171=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #A484AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A484AB is #5B7B54. Grayscale: #919191. Windows color (decimal): -5995349 or 11240612. OLE color: 11240612.
HSL color Cylindrical-coordinate representation of color #A484AB: hue angle of 289.23º 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 #A484AB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 132 | 171 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.33 |
| HSL | 289.23º | 0.19% | 0.59% | - |
| HSV(B) | 289.23º | 0.23% | 0.67% | - |
| XYZ | 30.91 | 27.34 | 42.18 | - |
| YUV | 146.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 171 | 0.04 | 0.23 | 0 | 0.33 | 289.23 | 0.19 | 0.59 |
| Hex | A4 | 84 | AB | 4 | 17 | 0 | 21 | 121 | 13 | 3B |
| Octal | 244 | 204 | 253 | 4 | 27 | 0 | 41 | 441 | 23 | 73 |
| Binary | 10100100 | 10000100 | 10101011 | 100 | 10111 | 0 | 100001 | 100100001 | 10011 | 111011 |
Color Harmonies of #A484AB
Complementary color
Monochromatic Colors of #A484AB
Black with #A484AB
Text Example
Text Example
White with #A484AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484AB; }
p { color: rgb(164,132,171); }
H1.HeaderClassName
{
color: #A484AB;
}
.AnyTagClassName
{
color: #A484AB;
}
</style>
background-color css
<style>
a { background-color: #A484AB; }
a { background-color: rgb(164,132,171); }
div.DivClassName
{
background-color: #A484AB;
}
.BgClassName
{
background-color: #A484AB;
}
</style>
border-color css
<style>
span { border-color: #A484AB; }
span { border-color: rgb(164,132,171); }
td.TdClassName
{
border-color: #A484AB;
}
.TagClassName
{
border-color: #A484AB;
}
</style>