Shades of Amethyst Smoke #A288AA
Tints of Amethyst Smoke #A288AA
RGB
CMYK
RGB Variations
Color information
#A288AA (or 0xA288AA) is known color: Amethyst Smoke. HEX triplet: A2, 88 and AA. RGB value is (162,136,170). Sum of RGB (Red+Green+Blue) = 162+136+170=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A288AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A288AA is #5D7755. Grayscale: #939393. Windows color (decimal): -6125398 or 11176098. OLE color: 11176098.
HSL color Cylindrical-coordinate representation of color #A288AA: hue angle of 285.88º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A288AA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 136 | 170 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.33 |
| HSL | 285.88º | 0.17% | 0.6% | - |
| HSV(B) | 285.88º | 0.2% | 0.67% | - |
| XYZ | 30.96 | 28.19 | 41.84 | - |
| YUV | 147.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 170 | 0.05 | 0.20 | 0 | 0.33 | 285.88 | 0.17 | 0.6 |
| Hex | A2 | 88 | AA | 5 | 14 | 0 | 21 | 11E | 11 | 3C |
| Octal | 242 | 210 | 252 | 5 | 24 | 0 | 41 | 436 | 21 | 74 |
| Binary | 10100010 | 10001000 | 10101010 | 101 | 10100 | 0 | 100001 | 100011110 | 10001 | 111100 |
Color Harmonies of #A288AA
Complementary color
Monochromatic Colors of #A288AA
Black with #A288AA
Text Example
Text Example
White with #A288AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A288AA; }
p { color: rgb(162,136,170); }
H1.HeaderClassName
{
color: #A288AA;
}
.AnyTagClassName
{
color: #A288AA;
}
</style>
background-color css
<style>
a { background-color: #A288AA; }
a { background-color: rgb(162,136,170); }
div.DivClassName
{
background-color: #A288AA;
}
.BgClassName
{
background-color: #A288AA;
}
</style>
border-color css
<style>
span { border-color: #A288AA; }
span { border-color: rgb(162,136,170); }
td.TdClassName
{
border-color: #A288AA;
}
.TagClassName
{
border-color: #A288AA;
}
</style>