Shades of Mischka #A2A9BB
Tints of Mischka #A2A9BB
RGB
CMYK
RGB Variations
Color information
#A2A9BB (or 0xA2A9BB) is known color: Mischka. HEX triplet: A2, A9 and BB. RGB value is (162,169,187). Sum of RGB (Red+Green+Blue) = 162+169+187=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #A2A9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A9BB is #5D5644. Grayscale: #A8A8A8. Windows color (decimal): -6116933 or 12298658. OLE color: 12298658.
HSL color Cylindrical-coordinate representation of color #A2A9BB: hue angle of 223.2º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2A9BB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 169 | 187 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.27 |
| HSL | 223.2º | 0.16% | 0.68% | - |
| HSV(B) | 223.2º | 0.13% | 0.73% | - |
| XYZ | 38.06 | 39.65 | 52.66 | - |
| YUV | 168.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 187 | 0.13 | 0.10 | 0 | 0.27 | 223.2 | 0.16 | 0.68 |
| Hex | A2 | A9 | BB | D | A | 0 | 1B | DF | 10 | 44 |
| Octal | 242 | 251 | 273 | 15 | 12 | 0 | 33 | 337 | 20 | 104 |
| Binary | 10100010 | 10101001 | 10111011 | 1101 | 1010 | 0 | 11011 | 11011111 | 10000 | 1000100 |
Color Harmonies of #A2A9BB
Complementary color
Monochromatic Colors of #A2A9BB
Black with #A2A9BB
Text Example
Text Example
White with #A2A9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A9BB; }
p { color: rgb(162,169,187); }
H1.HeaderClassName
{
color: #A2A9BB;
}
.AnyTagClassName
{
color: #A2A9BB;
}
</style>
background-color css
<style>
a { background-color: #A2A9BB; }
a { background-color: rgb(162,169,187); }
div.DivClassName
{
background-color: #A2A9BB;
}
.BgClassName
{
background-color: #A2A9BB;
}
</style>
border-color css
<style>
span { border-color: #A2A9BB; }
span { border-color: rgb(162,169,187); }
td.TdClassName
{
border-color: #A2A9BB;
}
.TagClassName
{
border-color: #A2A9BB;
}
</style>