Shades of Mischka #A9ABBB
Tints of Mischka #A9ABBB
RGB
CMYK
RGB Variations
Color information
#A9ABBB (or 0xA9ABBB) is known color: Mischka. HEX triplet: A9, AB and BB. RGB value is (169,171,187). Sum of RGB (Red+Green+Blue) = 169+171+187=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ABBB is #565444. Grayscale: #ACACAC. Windows color (decimal): -5657669 or 12299177. OLE color: 12299177.
HSL color Cylindrical-coordinate representation of color #A9ABBB: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9ABBB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 171 | 187 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.27 |
| HSL | 233.33º | 0.12% | 0.7% | - |
| HSV(B) | 233.33º | 0.1% | 0.73% | - |
| XYZ | 39.89 | 41.15 | 52.85 | - |
| YUV | 172.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 187 | 0.10 | 0.09 | 0 | 0.27 | 233.33 | 0.12 | 0.7 |
| Hex | A9 | AB | BB | A | 9 | 0 | 1B | E9 | C | 46 |
| Octal | 251 | 253 | 273 | 12 | 11 | 0 | 33 | 351 | 14 | 106 |
| Binary | 10101001 | 10101011 | 10111011 | 1010 | 1001 | 0 | 11011 | 11101001 | 1100 | 1000110 |
Color Harmonies of #A9ABBB
Complementary color
Monochromatic Colors of #A9ABBB
Black with #A9ABBB
Text Example
Text Example
White with #A9ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABBB; }
p { color: rgb(169,171,187); }
H1.HeaderClassName
{
color: #A9ABBB;
}
.AnyTagClassName
{
color: #A9ABBB;
}
</style>
background-color css
<style>
a { background-color: #A9ABBB; }
a { background-color: rgb(169,171,187); }
div.DivClassName
{
background-color: #A9ABBB;
}
.BgClassName
{
background-color: #A9ABBB;
}
</style>
border-color css
<style>
span { border-color: #A9ABBB; }
span { border-color: rgb(169,171,187); }
td.TdClassName
{
border-color: #A9ABBB;
}
.TagClassName
{
border-color: #A9ABBB;
}
</style>