Shades of Mischka #A4A7B1
Tints of Mischka #A4A7B1
RGB
CMYK
RGB Variations
Color information
#A4A7B1 (or 0xA4A7B1) is known color: Mischka. HEX triplet: A4, A7 and B1. RGB value is (164,167,177). Sum of RGB (Red+Green+Blue) = 164+167+177=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 177 - color contains mainly: blue. Hex color #A4A7B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A7B1 is #5B584E. Grayscale: #A7A7A7. Windows color (decimal): -5986383 or 11642788. OLE color: 11642788.
HSL color Cylindrical-coordinate representation of color #A4A7B1: hue angle of 226.15º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A4A7B1 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 167 | 177 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.31 |
| HSL | 226.15º | 0.08% | 0.67% | - |
| HSV(B) | 226.15º | 0.07% | 0.69% | - |
| XYZ | 37.06 | 38.7 | 47.11 | - |
| YUV | 167.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 177 | 0.07 | 0.06 | 0 | 0.31 | 226.15 | 0.08 | 0.67 |
| Hex | A4 | A7 | B1 | 7 | 6 | 0 | 1F | E2 | 8 | 43 |
| Octal | 244 | 247 | 261 | 7 | 6 | 0 | 37 | 342 | 10 | 103 |
| Binary | 10100100 | 10100111 | 10110001 | 111 | 110 | 0 | 11111 | 11100010 | 1000 | 1000011 |
Color Harmonies of #A4A7B1
Complementary color
Monochromatic Colors of #A4A7B1
Black with #A4A7B1
Text Example
Text Example
White with #A4A7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A7B1; }
p { color: rgb(164,167,177); }
H1.HeaderClassName
{
color: #A4A7B1;
}
.AnyTagClassName
{
color: #A4A7B1;
}
</style>
background-color css
<style>
a { background-color: #A4A7B1; }
a { background-color: rgb(164,167,177); }
div.DivClassName
{
background-color: #A4A7B1;
}
.BgClassName
{
background-color: #A4A7B1;
}
</style>
border-color css
<style>
span { border-color: #A4A7B1; }
span { border-color: rgb(164,167,177); }
td.TdClassName
{
border-color: #A4A7B1;
}
.TagClassName
{
border-color: #A4A7B1;
}
</style>