Shades of Mischka #A2AABA
Tints of Mischka #A2AABA
RGB
CMYK
RGB Variations
Color information
#A2AABA (or 0xA2AABA) is known color: Mischka. HEX triplet: A2, AA and BA. RGB value is (162,170,186). Sum of RGB (Red+Green+Blue) = 162+170+186=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #A2AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AABA is #5D5545. Grayscale: #A9A9A9. Windows color (decimal): -6116678 or 12233378. OLE color: 12233378.
HSL color Cylindrical-coordinate representation of color #A2AABA: hue angle of 220º degrees, saturation: 0.15, 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 #A2AABA is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 170 | 186 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.27 |
| HSL | 220º | 0.15% | 0.68% | - |
| HSV(B) | 220º | 0.13% | 0.73% | - |
| XYZ | 38.14 | 39.98 | 52.16 | - |
| YUV | 169.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 186 | 0.13 | 0.09 | 0 | 0.27 | 220 | 0.15 | 0.68 |
| Hex | A2 | AA | BA | D | 9 | 0 | 1B | DC | F | 44 |
| Octal | 242 | 252 | 272 | 15 | 11 | 0 | 33 | 334 | 17 | 104 |
| Binary | 10100010 | 10101010 | 10111010 | 1101 | 1001 | 0 | 11011 | 11011100 | 1111 | 1000100 |
Color Harmonies of #A2AABA
Complementary color
Monochromatic Colors of #A2AABA
Black with #A2AABA
Text Example
Text Example
White with #A2AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AABA; }
p { color: rgb(162,170,186); }
H1.HeaderClassName
{
color: #A2AABA;
}
.AnyTagClassName
{
color: #A2AABA;
}
</style>
background-color css
<style>
a { background-color: #A2AABA; }
a { background-color: rgb(162,170,186); }
div.DivClassName
{
background-color: #A2AABA;
}
.BgClassName
{
background-color: #A2AABA;
}
</style>
border-color css
<style>
span { border-color: #A2AABA; }
span { border-color: rgb(162,170,186); }
td.TdClassName
{
border-color: #A2AABA;
}
.TagClassName
{
border-color: #A2AABA;
}
</style>