Shades of Amethyst Smoke #A28AA9
Tints of Amethyst Smoke #A28AA9
RGB
CMYK
RGB Variations
Color information
#A28AA9 (or 0xA28AA9) is known color: Amethyst Smoke. HEX triplet: A2, 8A and A9. RGB value is (162,138,169). Sum of RGB (Red+Green+Blue) = 162+138+169=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #A28AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28AA9 is #5D7556. Grayscale: #949494. Windows color (decimal): -6124887 or 11111074. OLE color: 11111074.
HSL color Cylindrical-coordinate representation of color #A28AA9: hue angle of 286.45º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A28AA9 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 138 | 169 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.34 |
| HSL | 286.45º | 0.15% | 0.6% | - |
| HSV(B) | 286.45º | 0.18% | 0.66% | - |
| XYZ | 31.15 | 28.72 | 41.44 | - |
| YUV | 148.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 169 | 0.04 | 0.18 | 0 | 0.34 | 286.45 | 0.15 | 0.6 |
| Hex | A2 | 8A | A9 | 4 | 12 | 0 | 22 | 11E | F | 3C |
| Octal | 242 | 212 | 251 | 4 | 22 | 0 | 42 | 436 | 17 | 74 |
| Binary | 10100010 | 10001010 | 10101001 | 100 | 10010 | 0 | 100010 | 100011110 | 1111 | 111100 |
Color Harmonies of #A28AA9
Complementary color
Monochromatic Colors of #A28AA9
Black with #A28AA9
Text Example
Text Example
White with #A28AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28AA9; }
p { color: rgb(162,138,169); }
H1.HeaderClassName
{
color: #A28AA9;
}
.AnyTagClassName
{
color: #A28AA9;
}
</style>
background-color css
<style>
a { background-color: #A28AA9; }
a { background-color: rgb(162,138,169); }
div.DivClassName
{
background-color: #A28AA9;
}
.BgClassName
{
background-color: #A28AA9;
}
</style>
border-color css
<style>
span { border-color: #A28AA9; }
span { border-color: rgb(162,138,169); }
td.TdClassName
{
border-color: #A28AA9;
}
.TagClassName
{
border-color: #A28AA9;
}
</style>