Shades of Mischka #A1ABBC
Tints of Mischka #A1ABBC
RGB
CMYK
RGB Variations
Color information
#A1ABBC (or 0xA1ABBC) is known color: Mischka. HEX triplet: A1, AB and BC. RGB value is (161,171,188). Sum of RGB (Red+Green+Blue) = 161+171+188=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABBC is #5E5443. Grayscale: #A9A9A9. Windows color (decimal): -6181956 or 12364705. OLE color: 12364705.
HSL color Cylindrical-coordinate representation of color #A1ABBC: hue angle of 217.78º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1ABBC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 171 | 188 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.26 |
| HSL | 217.78º | 0.17% | 0.68% | - |
| HSV(B) | 217.78º | 0.14% | 0.74% | - |
| XYZ | 38.34 | 40.33 | 53.34 | - |
| YUV | 169.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 188 | 0.14 | 0.09 | 0 | 0.26 | 217.78 | 0.17 | 0.68 |
| Hex | A1 | AB | BC | E | 9 | 0 | 1A | DA | 11 | 44 |
| Octal | 241 | 253 | 274 | 16 | 11 | 0 | 32 | 332 | 21 | 104 |
| Binary | 10100001 | 10101011 | 10111100 | 1110 | 1001 | 0 | 11010 | 11011010 | 10001 | 1000100 |
Color Harmonies of #A1ABBC
Complementary color
Monochromatic Colors of #A1ABBC
Black with #A1ABBC
Text Example
Text Example
White with #A1ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABBC; }
p { color: rgb(161,171,188); }
H1.HeaderClassName
{
color: #A1ABBC;
}
.AnyTagClassName
{
color: #A1ABBC;
}
</style>
background-color css
<style>
a { background-color: #A1ABBC; }
a { background-color: rgb(161,171,188); }
div.DivClassName
{
background-color: #A1ABBC;
}
.BgClassName
{
background-color: #A1ABBC;
}
</style>
border-color css
<style>
span { border-color: #A1ABBC; }
span { border-color: rgb(161,171,188); }
td.TdClassName
{
border-color: #A1ABBC;
}
.TagClassName
{
border-color: #A1ABBC;
}
</style>