Shades of Mischka #A3A6BC
Tints of Mischka #A3A6BC
RGB
CMYK
RGB Variations
Color information
#A3A6BC (or 0xA3A6BC) is known color: Mischka. HEX triplet: A3, A6 and BC. RGB value is (163,166,188). Sum of RGB (Red+Green+Blue) = 163+166+188=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A6BC is #5C5943. Grayscale: #A7A7A7. Windows color (decimal): -6052164 or 12363427. OLE color: 12363427.
HSL color Cylindrical-coordinate representation of color #A3A6BC: 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 #A3A6BC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 166 | 188 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.26 |
| HSL | 232.8º | 0.16% | 0.69% | - |
| HSV(B) | 232.8º | 0.13% | 0.74% | - |
| XYZ | 37.82 | 38.69 | 53.05 | - |
| YUV | 167.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 188 | 0.13 | 0.12 | 0 | 0.26 | 232.8 | 0.16 | 0.69 |
| Hex | A3 | A6 | BC | D | C | 0 | 1A | E9 | 10 | 45 |
| Octal | 243 | 246 | 274 | 15 | 14 | 0 | 32 | 351 | 20 | 105 |
| Binary | 10100011 | 10100110 | 10111100 | 1101 | 1100 | 0 | 11010 | 11101001 | 10000 | 1000101 |
Color Harmonies of #A3A6BC
Complementary color
Monochromatic Colors of #A3A6BC
Black with #A3A6BC
Text Example
Text Example
White with #A3A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A6BC; }
p { color: rgb(163,166,188); }
H1.HeaderClassName
{
color: #A3A6BC;
}
.AnyTagClassName
{
color: #A3A6BC;
}
</style>
background-color css
<style>
a { background-color: #A3A6BC; }
a { background-color: rgb(163,166,188); }
div.DivClassName
{
background-color: #A3A6BC;
}
.BgClassName
{
background-color: #A3A6BC;
}
</style>
border-color css
<style>
span { border-color: #A3A6BC; }
span { border-color: rgb(163,166,188); }
td.TdClassName
{
border-color: #A3A6BC;
}
.TagClassName
{
border-color: #A3A6BC;
}
</style>