Shades of Mischka #A0ABBD
Tints of Mischka #A0ABBD
RGB
CMYK
RGB Variations
Color information
#A0ABBD (or 0xA0ABBD) is known color: Mischka. HEX triplet: A0, AB and BD. RGB value is (160,171,189). Sum of RGB (Red+Green+Blue) = 160+171+189=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #A0ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ABBD is #5F5442. Grayscale: #A9A9A9. Windows color (decimal): -6247491 or 12430240. OLE color: 12430240.
HSL color Cylindrical-coordinate representation of color #A0ABBD: hue angle of 217.24º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0ABBD is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 171 | 189 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.26 |
| HSL | 217.24º | 0.18% | 0.68% | - |
| HSV(B) | 217.24º | 0.15% | 0.74% | - |
| XYZ | 38.25 | 40.27 | 53.9 | - |
| YUV | 169.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 189 | 0.15 | 0.10 | 0 | 0.26 | 217.24 | 0.18 | 0.68 |
| Hex | A0 | AB | BD | F | A | 0 | 1A | D9 | 12 | 44 |
| Octal | 240 | 253 | 275 | 17 | 12 | 0 | 32 | 331 | 22 | 104 |
| Binary | 10100000 | 10101011 | 10111101 | 1111 | 1010 | 0 | 11010 | 11011001 | 10010 | 1000100 |
Color Harmonies of #A0ABBD
Complementary color
Monochromatic Colors of #A0ABBD
Black with #A0ABBD
Text Example
Text Example
White with #A0ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ABBD; }
p { color: rgb(160,171,189); }
H1.HeaderClassName
{
color: #A0ABBD;
}
.AnyTagClassName
{
color: #A0ABBD;
}
</style>
background-color css
<style>
a { background-color: #A0ABBD; }
a { background-color: rgb(160,171,189); }
div.DivClassName
{
background-color: #A0ABBD;
}
.BgClassName
{
background-color: #A0ABBD;
}
</style>
border-color css
<style>
span { border-color: #A0ABBD; }
span { border-color: rgb(160,171,189); }
td.TdClassName
{
border-color: #A0ABBD;
}
.TagClassName
{
border-color: #A0ABBD;
}
</style>