Shades of Mischka #A1ABBE
Tints of Mischka #A1ABBE
RGB
CMYK
RGB Variations
Color information
#A1ABBE (or 0xA1ABBE) is known color: Mischka. HEX triplet: A1, AB and BE. RGB value is (161,171,190). Sum of RGB (Red+Green+Blue) = 161+171+190=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABBE is #5E5441. Grayscale: #AAAAAA. Windows color (decimal): -6181954 or 12495777. OLE color: 12495777.
HSL color Cylindrical-coordinate representation of color #A1ABBE: hue angle of 219.31º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1ABBE is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 171 | 190 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.25 |
| HSL | 219.31º | 0.18% | 0.69% | - |
| HSV(B) | 219.31º | 0.15% | 0.75% | - |
| XYZ | 38.56 | 40.42 | 54.49 | - |
| YUV | 170.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 190 | 0.15 | 0.10 | 0 | 0.25 | 219.31 | 0.18 | 0.69 |
| Hex | A1 | AB | BE | F | A | 0 | 19 | DB | 12 | 45 |
| Octal | 241 | 253 | 276 | 17 | 12 | 0 | 31 | 333 | 22 | 105 |
| Binary | 10100001 | 10101011 | 10111110 | 1111 | 1010 | 0 | 11001 | 11011011 | 10010 | 1000101 |
Color Harmonies of #A1ABBE
Complementary color
Monochromatic Colors of #A1ABBE
Black with #A1ABBE
Text Example
Text Example
White with #A1ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ABBE; }
p { color: rgb(161,171,190); }
H1.HeaderClassName
{
color: #A1ABBE;
}
.AnyTagClassName
{
color: #A1ABBE;
}
</style>
background-color css
<style>
a { background-color: #A1ABBE; }
a { background-color: rgb(161,171,190); }
div.DivClassName
{
background-color: #A1ABBE;
}
.BgClassName
{
background-color: #A1ABBE;
}
</style>
border-color css
<style>
span { border-color: #A1ABBE; }
span { border-color: rgb(161,171,190); }
td.TdClassName
{
border-color: #A1ABBE;
}
.TagClassName
{
border-color: #A1ABBE;
}
</style>