Shades of Amethyst Smoke #A28DA8
Tints of Amethyst Smoke #A28DA8
RGB
CMYK
RGB Variations
Color information
#A28DA8 (or 0xA28DA8) is known color: Amethyst Smoke. HEX triplet: A2, 8D and A8. RGB value is (162,141,168). Sum of RGB (Red+Green+Blue) = 162+141+168=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 168 - color contains mainly: blue. Hex color #A28DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DA8 is #5D7257. Grayscale: #969696. Windows color (decimal): -6124120 or 11046306. OLE color: 11046306.
HSL color Cylindrical-coordinate representation of color #A28DA8: hue angle of 286.67º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A28DA8 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 141 | 168 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.34 |
| HSL | 286.67º | 0.13% | 0.61% | - |
| HSV(B) | 286.67º | 0.16% | 0.66% | - |
| XYZ | 31.49 | 29.56 | 41.09 | - |
| YUV | 150.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 168 | 0.04 | 0.16 | 0 | 0.34 | 286.67 | 0.13 | 0.61 |
| Hex | A2 | 8D | A8 | 4 | 10 | 0 | 22 | 11F | D | 3D |
| Octal | 242 | 215 | 250 | 4 | 20 | 0 | 42 | 437 | 15 | 75 |
| Binary | 10100010 | 10001101 | 10101000 | 100 | 10000 | 0 | 100010 | 100011111 | 1101 | 111101 |
Color Harmonies of #A28DA8
Complementary color
Monochromatic Colors of #A28DA8
Black with #A28DA8
Text Example
Text Example
White with #A28DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28DA8; }
p { color: rgb(162,141,168); }
H1.HeaderClassName
{
color: #A28DA8;
}
.AnyTagClassName
{
color: #A28DA8;
}
</style>
background-color css
<style>
a { background-color: #A28DA8; }
a { background-color: rgb(162,141,168); }
div.DivClassName
{
background-color: #A28DA8;
}
.BgClassName
{
background-color: #A28DA8;
}
</style>
border-color css
<style>
span { border-color: #A28DA8; }
span { border-color: rgb(162,141,168); }
td.TdClassName
{
border-color: #A28DA8;
}
.TagClassName
{
border-color: #A28DA8;
}
</style>