Shades of Mischka #A3ABBB
Tints of Mischka #A3ABBB
RGB
CMYK
RGB Variations
Color information
#A3ABBB (or 0xA3ABBB) is known color: Mischka. HEX triplet: A3, AB and BB. RGB value is (163,171,187). Sum of RGB (Red+Green+Blue) = 163+171+187=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ABBB is #5C5444. Grayscale: #AAAAAA. Windows color (decimal): -6050885 or 12299171. OLE color: 12299171.
HSL color Cylindrical-coordinate representation of color #A3ABBB: hue angle of 220º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3ABBB is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 171 | 187 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.27 |
| HSL | 220º | 0.15% | 0.69% | - |
| HSV(B) | 220º | 0.13% | 0.73% | - |
| XYZ | 38.64 | 40.5 | 52.79 | - |
| YUV | 170.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 187 | 0.13 | 0.09 | 0 | 0.27 | 220 | 0.15 | 0.69 |
| Hex | A3 | AB | BB | D | 9 | 0 | 1B | DC | F | 45 |
| Octal | 243 | 253 | 273 | 15 | 11 | 0 | 33 | 334 | 17 | 105 |
| Binary | 10100011 | 10101011 | 10111011 | 1101 | 1001 | 0 | 11011 | 11011100 | 1111 | 1000101 |
Color Harmonies of #A3ABBB
Complementary color
Monochromatic Colors of #A3ABBB
Black with #A3ABBB
Text Example
Text Example
White with #A3ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ABBB; }
p { color: rgb(163,171,187); }
H1.HeaderClassName
{
color: #A3ABBB;
}
.AnyTagClassName
{
color: #A3ABBB;
}
</style>
background-color css
<style>
a { background-color: #A3ABBB; }
a { background-color: rgb(163,171,187); }
div.DivClassName
{
background-color: #A3ABBB;
}
.BgClassName
{
background-color: #A3ABBB;
}
</style>
border-color css
<style>
span { border-color: #A3ABBB; }
span { border-color: rgb(163,171,187); }
td.TdClassName
{
border-color: #A3ABBB;
}
.TagClassName
{
border-color: #A3ABBB;
}
</style>