Shades of Mischka #A1ABB6
Tints of Mischka #A1ABB6
RGB
CMYK
RGB Variations
Color information
#A1ABB6 (or 0xA1ABB6) is known color: Mischka. HEX triplet: A1, AB and B6. RGB value is (161,171,182). Sum of RGB (Red+Green+Blue) = 161+171+182=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 182 - color contains mainly: blue. Hex color #A1ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABB6 is #5E5449. Grayscale: #A9A9A9. Windows color (decimal): -6181962 or 11971489. OLE color: 11971489.
HSL color Cylindrical-coordinate representation of color #A1ABB6: hue angle of 211.43º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1ABB6 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 171 | 182 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.29 |
| HSL | 211.43º | 0.13% | 0.67% | - |
| HSV(B) | 211.43º | 0.12% | 0.71% | - |
| XYZ | 37.7 | 40.08 | 50.01 | - |
| YUV | 169.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 182 | 0.12 | 0.06 | 0 | 0.29 | 211.43 | 0.13 | 0.67 |
| Hex | A1 | AB | B6 | C | 6 | 0 | 1D | D3 | D | 43 |
| Octal | 241 | 253 | 266 | 14 | 6 | 0 | 35 | 323 | 15 | 103 |
| Binary | 10100001 | 10101011 | 10110110 | 1100 | 110 | 0 | 11101 | 11010011 | 1101 | 1000011 |
Color Harmonies of #A1ABB6
Complementary color
Monochromatic Colors of #A1ABB6
Black with #A1ABB6
Text Example
Text Example
White with #A1ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABB6; }
p { color: rgb(161,171,182); }
H1.HeaderClassName
{
color: #A1ABB6;
}
.AnyTagClassName
{
color: #A1ABB6;
}
</style>
background-color css
<style>
a { background-color: #A1ABB6; }
a { background-color: rgb(161,171,182); }
div.DivClassName
{
background-color: #A1ABB6;
}
.BgClassName
{
background-color: #A1ABB6;
}
</style>
border-color css
<style>
span { border-color: #A1ABB6; }
span { border-color: rgb(161,171,182); }
td.TdClassName
{
border-color: #A1ABB6;
}
.TagClassName
{
border-color: #A1ABB6;
}
</style>