Shades of Mischka #A0AABB
Tints of Mischka #A0AABB
RGB
CMYK
RGB Variations
Color information
#A0AABB (or 0xA0AABB) is known color: Mischka. HEX triplet: A0, AA and BB. RGB value is (160,170,187). Sum of RGB (Red+Green+Blue) = 160+170+187=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #A0AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AABB is #5F5544. Grayscale: #A8A8A8. Windows color (decimal): -6247749 or 12298912. OLE color: 12298912.
HSL color Cylindrical-coordinate representation of color #A0AABB: hue angle of 217.78º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0AABB is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 170 | 187 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.27 |
| HSL | 217.78º | 0.17% | 0.68% | - |
| HSV(B) | 217.78º | 0.14% | 0.73% | - |
| XYZ | 37.84 | 39.81 | 52.7 | - |
| YUV | 168.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 187 | 0.14 | 0.09 | 0 | 0.27 | 217.78 | 0.17 | 0.68 |
| Hex | A0 | AA | BB | E | 9 | 0 | 1B | DA | 11 | 44 |
| Octal | 240 | 252 | 273 | 16 | 11 | 0 | 33 | 332 | 21 | 104 |
| Binary | 10100000 | 10101010 | 10111011 | 1110 | 1001 | 0 | 11011 | 11011010 | 10001 | 1000100 |
Color Harmonies of #A0AABB
Complementary color
Monochromatic Colors of #A0AABB
Black with #A0AABB
Text Example
Text Example
White with #A0AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AABB; }
p { color: rgb(160,170,187); }
H1.HeaderClassName
{
color: #A0AABB;
}
.AnyTagClassName
{
color: #A0AABB;
}
</style>
background-color css
<style>
a { background-color: #A0AABB; }
a { background-color: rgb(160,170,187); }
div.DivClassName
{
background-color: #A0AABB;
}
.BgClassName
{
background-color: #A0AABB;
}
</style>
border-color css
<style>
span { border-color: #A0AABB; }
span { border-color: rgb(160,170,187); }
td.TdClassName
{
border-color: #A0AABB;
}
.TagClassName
{
border-color: #A0AABB;
}
</style>