Shades of Amethyst Smoke #A28DA7
Tints of Amethyst Smoke #A28DA7
RGB
CMYK
RGB Variations
Color information
#A28DA7 (or 0xA28DA7) is known color: Amethyst Smoke. HEX triplet: A2, 8D and A7. RGB value is (162,141,167). Sum of RGB (Red+Green+Blue) = 162+141+167=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 167 - color contains mainly: blue. Hex color #A28DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DA7 is #5D7258. Grayscale: #969696. Windows color (decimal): -6124121 or 10980770. OLE color: 10980770.
HSL color Cylindrical-coordinate representation of color #A28DA7: hue angle of 288.46º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A28DA7 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 141 | 167 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.35 |
| HSL | 288.46º | 0.13% | 0.6% | - |
| HSV(B) | 288.46º | 0.16% | 0.65% | - |
| XYZ | 31.4 | 29.52 | 40.6 | - |
| YUV | 150.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 167 | 0.03 | 0.16 | 0 | 0.35 | 288.46 | 0.13 | 0.6 |
| Hex | A2 | 8D | A7 | 3 | 10 | 0 | 23 | 120 | D | 3C |
| Octal | 242 | 215 | 247 | 3 | 20 | 0 | 43 | 440 | 15 | 74 |
| Binary | 10100010 | 10001101 | 10100111 | 11 | 10000 | 0 | 100011 | 100100000 | 1101 | 111100 |
Color Harmonies of #A28DA7
Complementary color
Monochromatic Colors of #A28DA7
Black with #A28DA7
Text Example
Text Example
White with #A28DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DA7; }
p { color: rgb(162,141,167); }
H1.HeaderClassName
{
color: #A28DA7;
}
.AnyTagClassName
{
color: #A28DA7;
}
</style>
background-color css
<style>
a { background-color: #A28DA7; }
a { background-color: rgb(162,141,167); }
div.DivClassName
{
background-color: #A28DA7;
}
.BgClassName
{
background-color: #A28DA7;
}
</style>
border-color css
<style>
span { border-color: #A28DA7; }
span { border-color: rgb(162,141,167); }
td.TdClassName
{
border-color: #A28DA7;
}
.TagClassName
{
border-color: #A28DA7;
}
</style>