Shades of Mischka #A3ABBD
Tints of Mischka #A3ABBD
RGB
CMYK
RGB Variations
Color information
#A3ABBD (or 0xA3ABBD) is known color: Mischka. HEX triplet: A3, AB and BD. RGB value is (163,171,189). Sum of RGB (Red+Green+Blue) = 163+171+189=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #A3ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ABBD is #5C5442. Grayscale: #AAAAAA. Windows color (decimal): -6050883 or 12430243. OLE color: 12430243.
HSL color Cylindrical-coordinate representation of color #A3ABBD: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3ABBD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 171 | 189 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.26 |
| HSL | 221.54º | 0.16% | 0.69% | - |
| HSV(B) | 221.54º | 0.14% | 0.74% | - |
| XYZ | 38.85 | 40.59 | 53.93 | - |
| YUV | 170.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 189 | 0.14 | 0.10 | 0 | 0.26 | 221.54 | 0.16 | 0.69 |
| Hex | A3 | AB | BD | E | A | 0 | 1A | DE | 10 | 45 |
| Octal | 243 | 253 | 275 | 16 | 12 | 0 | 32 | 336 | 20 | 105 |
| Binary | 10100011 | 10101011 | 10111101 | 1110 | 1010 | 0 | 11010 | 11011110 | 10000 | 1000101 |
Color Harmonies of #A3ABBD
Complementary color
Monochromatic Colors of #A3ABBD
Black with #A3ABBD
Text Example
Text Example
White with #A3ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ABBD; }
p { color: rgb(163,171,189); }
H1.HeaderClassName
{
color: #A3ABBD;
}
.AnyTagClassName
{
color: #A3ABBD;
}
</style>
background-color css
<style>
a { background-color: #A3ABBD; }
a { background-color: rgb(163,171,189); }
div.DivClassName
{
background-color: #A3ABBD;
}
.BgClassName
{
background-color: #A3ABBD;
}
</style>
border-color css
<style>
span { border-color: #A3ABBD; }
span { border-color: rgb(163,171,189); }
td.TdClassName
{
border-color: #A3ABBD;
}
.TagClassName
{
border-color: #A3ABBD;
}
</style>