Shades of Mischka #A1ABBD
Tints of Mischka #A1ABBD
RGB
CMYK
RGB Variations
Color information
#A1ABBD (or 0xA1ABBD) is known color: Mischka. HEX triplet: A1, AB and BD. RGB value is (161,171,189). Sum of RGB (Red+Green+Blue) = 161+171+189=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #A1ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABBD is #5E5442. Grayscale: #A9A9A9. Windows color (decimal): -6181955 or 12430241. OLE color: 12430241.
HSL color Cylindrical-coordinate representation of color #A1ABBD: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1ABBD is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 171 | 189 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.26 |
| HSL | 218.57º | 0.18% | 0.69% | - |
| HSV(B) | 218.57º | 0.15% | 0.74% | - |
| XYZ | 38.45 | 40.38 | 53.91 | - |
| YUV | 170.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 189 | 0.15 | 0.10 | 0 | 0.26 | 218.57 | 0.18 | 0.69 |
| Hex | A1 | AB | BD | F | A | 0 | 1A | DB | 12 | 45 |
| Octal | 241 | 253 | 275 | 17 | 12 | 0 | 32 | 333 | 22 | 105 |
| Binary | 10100001 | 10101011 | 10111101 | 1111 | 1010 | 0 | 11010 | 11011011 | 10010 | 1000101 |
Color Harmonies of #A1ABBD
Complementary color
Monochromatic Colors of #A1ABBD
Black with #A1ABBD
Text Example
Text Example
White with #A1ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABBD; }
p { color: rgb(161,171,189); }
H1.HeaderClassName
{
color: #A1ABBD;
}
.AnyTagClassName
{
color: #A1ABBD;
}
</style>
background-color css
<style>
a { background-color: #A1ABBD; }
a { background-color: rgb(161,171,189); }
div.DivClassName
{
background-color: #A1ABBD;
}
.BgClassName
{
background-color: #A1ABBD;
}
</style>
border-color css
<style>
span { border-color: #A1ABBD; }
span { border-color: rgb(161,171,189); }
td.TdClassName
{
border-color: #A1ABBD;
}
.TagClassName
{
border-color: #A1ABBD;
}
</style>