Shades of Amethyst Smoke #A484A8
Tints of Amethyst Smoke #A484A8
RGB
CMYK
RGB Variations
Color information
#A484A8 (or 0xA484A8) is known color: Amethyst Smoke. HEX triplet: A4, 84 and A8. RGB value is (164,132,168). Sum of RGB (Red+Green+Blue) = 164+132+168=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 168 - color contains mainly: blue. Hex color #A484A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A484A8 is #5B7B57. Grayscale: #919191. Windows color (decimal): -5995352 or 11044004. OLE color: 11044004.
HSL color Cylindrical-coordinate representation of color #A484A8: hue angle of 293.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A484A8 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 132 | 168 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.34 |
| HSL | 293.33º | 0.17% | 0.59% | - |
| HSV(B) | 293.33º | 0.21% | 0.66% | - |
| XYZ | 30.63 | 27.22 | 40.69 | - |
| YUV | 145.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 168 | 0.02 | 0.21 | 0 | 0.34 | 293.33 | 0.17 | 0.59 |
| Hex | A4 | 84 | A8 | 2 | 15 | 0 | 22 | 125 | 11 | 3B |
| Octal | 244 | 204 | 250 | 2 | 25 | 0 | 42 | 445 | 21 | 73 |
| Binary | 10100100 | 10000100 | 10101000 | 10 | 10101 | 0 | 100010 | 100100101 | 10001 | 111011 |
Color Harmonies of #A484A8
Complementary color
Monochromatic Colors of #A484A8
Black with #A484A8
Text Example
Text Example
White with #A484A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A484A8; }
p { color: rgb(164,132,168); }
H1.HeaderClassName
{
color: #A484A8;
}
.AnyTagClassName
{
color: #A484A8;
}
</style>
background-color css
<style>
a { background-color: #A484A8; }
a { background-color: rgb(164,132,168); }
div.DivClassName
{
background-color: #A484A8;
}
.BgClassName
{
background-color: #A484A8;
}
</style>
border-color css
<style>
span { border-color: #A484A8; }
span { border-color: rgb(164,132,168); }
td.TdClassName
{
border-color: #A484A8;
}
.TagClassName
{
border-color: #A484A8;
}
</style>