Shades of Mischka #A2AABB
Tints of Mischka #A2AABB
RGB
CMYK
RGB Variations
Color information
#A2AABB (or 0xA2AABB) is known color: Mischka. HEX triplet: A2, AA and BB. RGB value is (162,170,187). Sum of RGB (Red+Green+Blue) = 162+170+187=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #A2AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AABB is #5D5544. Grayscale: #A9A9A9. Windows color (decimal): -6116677 or 12298914. OLE color: 12298914.
HSL color Cylindrical-coordinate representation of color #A2AABB: hue angle of 220.8º 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 #A2AABB is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 170 | 187 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.27 |
| HSL | 220.8º | 0.16% | 0.68% | - |
| HSV(B) | 220.8º | 0.13% | 0.73% | - |
| XYZ | 38.24 | 40.02 | 52.72 | - |
| YUV | 169.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 187 | 0.13 | 0.09 | 0 | 0.27 | 220.8 | 0.16 | 0.68 |
| Hex | A2 | AA | BB | D | 9 | 0 | 1B | DD | 10 | 44 |
| Octal | 242 | 252 | 273 | 15 | 11 | 0 | 33 | 335 | 20 | 104 |
| Binary | 10100010 | 10101010 | 10111011 | 1101 | 1001 | 0 | 11011 | 11011101 | 10000 | 1000100 |
Color Harmonies of #A2AABB
Complementary color
Monochromatic Colors of #A2AABB
Black with #A2AABB
Text Example
Text Example
White with #A2AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AABB; }
p { color: rgb(162,170,187); }
H1.HeaderClassName
{
color: #A2AABB;
}
.AnyTagClassName
{
color: #A2AABB;
}
</style>
background-color css
<style>
a { background-color: #A2AABB; }
a { background-color: rgb(162,170,187); }
div.DivClassName
{
background-color: #A2AABB;
}
.BgClassName
{
background-color: #A2AABB;
}
</style>
border-color css
<style>
span { border-color: #A2AABB; }
span { border-color: rgb(162,170,187); }
td.TdClassName
{
border-color: #A2AABB;
}
.TagClassName
{
border-color: #A2AABB;
}
</style>