Shades of Mischka #A3AEBC
Tints of Mischka #A3AEBC
RGB
CMYK
RGB Variations
Color information
#A3AEBC (or 0xA3AEBC) is known color: Mischka. HEX triplet: A3, AE and BC. RGB value is (163,174,188). Sum of RGB (Red+Green+Blue) = 163+174+188=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AEBC is #5C5143. Grayscale: #ACACAC. Windows color (decimal): -6050116 or 12365475. OLE color: 12365475.
HSL color Cylindrical-coordinate representation of color #A3AEBC: hue angle of 213.6º 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 #A3AEBC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 174 | 188 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.26 |
| HSL | 213.6º | 0.16% | 0.69% | - |
| HSV(B) | 213.6º | 0.13% | 0.74% | - |
| XYZ | 39.32 | 41.69 | 53.55 | - |
| YUV | 172.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 188 | 0.13 | 0.07 | 0 | 0.26 | 213.6 | 0.16 | 0.69 |
| Hex | A3 | AE | BC | D | 7 | 0 | 1A | D6 | 10 | 45 |
| Octal | 243 | 256 | 274 | 15 | 7 | 0 | 32 | 326 | 20 | 105 |
| Binary | 10100011 | 10101110 | 10111100 | 1101 | 111 | 0 | 11010 | 11010110 | 10000 | 1000101 |
Color Harmonies of #A3AEBC
Complementary color
Monochromatic Colors of #A3AEBC
Black with #A3AEBC
Text Example
Text Example
White with #A3AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AEBC; }
p { color: rgb(163,174,188); }
H1.HeaderClassName
{
color: #A3AEBC;
}
.AnyTagClassName
{
color: #A3AEBC;
}
</style>
background-color css
<style>
a { background-color: #A3AEBC; }
a { background-color: rgb(163,174,188); }
div.DivClassName
{
background-color: #A3AEBC;
}
.BgClassName
{
background-color: #A3AEBC;
}
</style>
border-color css
<style>
span { border-color: #A3AEBC; }
span { border-color: rgb(163,174,188); }
td.TdClassName
{
border-color: #A3AEBC;
}
.TagClassName
{
border-color: #A3AEBC;
}
</style>