Shades of Amethyst Smoke #A290A5
Tints of Amethyst Smoke #A290A5
RGB
CMYK
RGB Variations
Color information
#A290A5 (or 0xA290A5) is known color: Amethyst Smoke. HEX triplet: A2, 90 and A5. RGB value is (162,144,165). Sum of RGB (Red+Green+Blue) = 162+144+165=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 165 - color contains mainly: blue. Hex color #A290A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A290A5 is #5D6F5A. Grayscale: #979797. Windows color (decimal): -6123355 or 10850466. OLE color: 10850466.
HSL color Cylindrical-coordinate representation of color #A290A5: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A290A5 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 144 | 165 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.35 |
| HSL | 291.43º | 0.1% | 0.61% | - |
| HSV(B) | 291.43º | 0.13% | 0.65% | - |
| XYZ | 31.67 | 30.34 | 39.79 | - |
| YUV | 151.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 165 | 0.02 | 0.13 | 0 | 0.35 | 291.43 | 0.1 | 0.61 |
| Hex | A2 | 90 | A5 | 2 | D | 0 | 23 | 123 | A | 3D |
| Octal | 242 | 220 | 245 | 2 | 15 | 0 | 43 | 443 | 12 | 75 |
| Binary | 10100010 | 10010000 | 10100101 | 10 | 1101 | 0 | 100011 | 100100011 | 1010 | 111101 |
Color Harmonies of #A290A5
Complementary color
Monochromatic Colors of #A290A5
Black with #A290A5
Text Example
Text Example
White with #A290A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290A5; }
p { color: rgb(162,144,165); }
H1.HeaderClassName
{
color: #A290A5;
}
.AnyTagClassName
{
color: #A290A5;
}
</style>
background-color css
<style>
a { background-color: #A290A5; }
a { background-color: rgb(162,144,165); }
div.DivClassName
{
background-color: #A290A5;
}
.BgClassName
{
background-color: #A290A5;
}
</style>
border-color css
<style>
span { border-color: #A290A5; }
span { border-color: rgb(162,144,165); }
td.TdClassName
{
border-color: #A290A5;
}
.TagClassName
{
border-color: #A290A5;
}
</style>