Shades of Mischka #A4A7BD
Tints of Mischka #A4A7BD
RGB
CMYK
RGB Variations
Color information
#A4A7BD (or 0xA4A7BD) is known color: Mischka. HEX triplet: A4, A7 and BD. RGB value is (164,167,189). Sum of RGB (Red+Green+Blue) = 164+167+189=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #A4A7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A7BD is #5B5842. Grayscale: #A8A8A8. Windows color (decimal): -5986371 or 12429220. OLE color: 12429220.
HSL color Cylindrical-coordinate representation of color #A4A7BD: hue angle of 232.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4A7BD is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 167 | 189 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.26 |
| HSL | 232.8º | 0.16% | 0.69% | - |
| HSV(B) | 232.8º | 0.13% | 0.74% | - |
| XYZ | 38.31 | 39.2 | 53.69 | - |
| YUV | 168.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 189 | 0.13 | 0.12 | 0 | 0.26 | 232.8 | 0.16 | 0.69 |
| Hex | A4 | A7 | BD | D | C | 0 | 1A | E9 | 10 | 45 |
| Octal | 244 | 247 | 275 | 15 | 14 | 0 | 32 | 351 | 20 | 105 |
| Binary | 10100100 | 10100111 | 10111101 | 1101 | 1100 | 0 | 11010 | 11101001 | 10000 | 1000101 |
Color Harmonies of #A4A7BD
Complementary color
Monochromatic Colors of #A4A7BD
Black with #A4A7BD
Text Example
Text Example
White with #A4A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A7BD; }
p { color: rgb(164,167,189); }
H1.HeaderClassName
{
color: #A4A7BD;
}
.AnyTagClassName
{
color: #A4A7BD;
}
</style>
background-color css
<style>
a { background-color: #A4A7BD; }
a { background-color: rgb(164,167,189); }
div.DivClassName
{
background-color: #A4A7BD;
}
.BgClassName
{
background-color: #A4A7BD;
}
</style>
border-color css
<style>
span { border-color: #A4A7BD; }
span { border-color: rgb(164,167,189); }
td.TdClassName
{
border-color: #A4A7BD;
}
.TagClassName
{
border-color: #A4A7BD;
}
</style>