Shades of Mischka #A1A8BD
Tints of Mischka #A1A8BD
RGB
CMYK
RGB Variations
Color information
#A1A8BD (or 0xA1A8BD) is known color: Mischka. HEX triplet: A1, A8 and BD. RGB value is (161,168,189). Sum of RGB (Red+Green+Blue) = 161+168+189=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #A1A8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8BD is #5E5742. Grayscale: #A8A8A8. Windows color (decimal): -6182723 or 12429473. OLE color: 12429473.
HSL color Cylindrical-coordinate representation of color #A1A8BD: hue angle of 225º 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 #A1A8BD is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 168 | 189 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.26 |
| HSL | 225º | 0.18% | 0.69% | - |
| HSV(B) | 225º | 0.15% | 0.74% | - |
| XYZ | 37.89 | 39.26 | 53.72 | - |
| YUV | 168.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 189 | 0.15 | 0.11 | 0 | 0.26 | 225 | 0.18 | 0.69 |
| Hex | A1 | A8 | BD | F | B | 0 | 1A | E1 | 12 | 45 |
| Octal | 241 | 250 | 275 | 17 | 13 | 0 | 32 | 341 | 22 | 105 |
| Binary | 10100001 | 10101000 | 10111101 | 1111 | 1011 | 0 | 11010 | 11100001 | 10010 | 1000101 |
Color Harmonies of #A1A8BD
Complementary color
Monochromatic Colors of #A1A8BD
Black with #A1A8BD
Text Example
Text Example
White with #A1A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A8BD; }
p { color: rgb(161,168,189); }
H1.HeaderClassName
{
color: #A1A8BD;
}
.AnyTagClassName
{
color: #A1A8BD;
}
</style>
background-color css
<style>
a { background-color: #A1A8BD; }
a { background-color: rgb(161,168,189); }
div.DivClassName
{
background-color: #A1A8BD;
}
.BgClassName
{
background-color: #A1A8BD;
}
</style>
border-color css
<style>
span { border-color: #A1A8BD; }
span { border-color: rgb(161,168,189); }
td.TdClassName
{
border-color: #A1A8BD;
}
.TagClassName
{
border-color: #A1A8BD;
}
</style>