Shades of Mischka #A3A7BC
Tints of Mischka #A3A7BC
RGB
CMYK
RGB Variations
Color information
#A3A7BC (or 0xA3A7BC) is known color: Mischka. HEX triplet: A3, A7 and BC. RGB value is (163,167,188). Sum of RGB (Red+Green+Blue) = 163+167+188=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A7BC is #5C5843. Grayscale: #A8A8A8. Windows color (decimal): -6051908 or 12363683. OLE color: 12363683.
HSL color Cylindrical-coordinate representation of color #A3A7BC: hue angle of 230.4º 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 #A3A7BC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 167 | 188 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.26 |
| HSL | 230.4º | 0.16% | 0.69% | - |
| HSV(B) | 230.4º | 0.13% | 0.74% | - |
| XYZ | 38 | 39.05 | 53.11 | - |
| YUV | 168.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 188 | 0.13 | 0.11 | 0 | 0.26 | 230.4 | 0.16 | 0.69 |
| Hex | A3 | A7 | BC | D | B | 0 | 1A | E6 | 10 | 45 |
| Octal | 243 | 247 | 274 | 15 | 13 | 0 | 32 | 346 | 20 | 105 |
| Binary | 10100011 | 10100111 | 10111100 | 1101 | 1011 | 0 | 11010 | 11100110 | 10000 | 1000101 |
Color Harmonies of #A3A7BC
Complementary color
Monochromatic Colors of #A3A7BC
Black with #A3A7BC
Text Example
Text Example
White with #A3A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A7BC; }
p { color: rgb(163,167,188); }
H1.HeaderClassName
{
color: #A3A7BC;
}
.AnyTagClassName
{
color: #A3A7BC;
}
</style>
background-color css
<style>
a { background-color: #A3A7BC; }
a { background-color: rgb(163,167,188); }
div.DivClassName
{
background-color: #A3A7BC;
}
.BgClassName
{
background-color: #A3A7BC;
}
</style>
border-color css
<style>
span { border-color: #A3A7BC; }
span { border-color: rgb(163,167,188); }
td.TdClassName
{
border-color: #A3A7BC;
}
.TagClassName
{
border-color: #A3A7BC;
}
</style>