Shades of Mischka #A2ABBD
Tints of Mischka #A2ABBD
RGB
CMYK
RGB Variations
Color information
#A2ABBD (or 0xA2ABBD) is known color: Mischka. HEX triplet: A2, AB and BD. RGB value is (162,171,189). Sum of RGB (Red+Green+Blue) = 162+171+189=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #A2ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABBD is #5D5442. Grayscale: #AAAAAA. Windows color (decimal): -6116419 or 12430242. OLE color: 12430242.
HSL color Cylindrical-coordinate representation of color #A2ABBD: hue angle of 220º degrees, saturation: 0.17, 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 #A2ABBD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 171 | 189 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.26 |
| HSL | 220º | 0.17% | 0.69% | - |
| HSV(B) | 220º | 0.14% | 0.74% | - |
| XYZ | 38.65 | 40.48 | 53.92 | - |
| YUV | 170.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 189 | 0.14 | 0.10 | 0 | 0.26 | 220 | 0.17 | 0.69 |
| Hex | A2 | AB | BD | E | A | 0 | 1A | DC | 11 | 45 |
| Octal | 242 | 253 | 275 | 16 | 12 | 0 | 32 | 334 | 21 | 105 |
| Binary | 10100010 | 10101011 | 10111101 | 1110 | 1010 | 0 | 11010 | 11011100 | 10001 | 1000101 |
Color Harmonies of #A2ABBD
Complementary color
Monochromatic Colors of #A2ABBD
Black with #A2ABBD
Text Example
Text Example
White with #A2ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABBD; }
p { color: rgb(162,171,189); }
H1.HeaderClassName
{
color: #A2ABBD;
}
.AnyTagClassName
{
color: #A2ABBD;
}
</style>
background-color css
<style>
a { background-color: #A2ABBD; }
a { background-color: rgb(162,171,189); }
div.DivClassName
{
background-color: #A2ABBD;
}
.BgClassName
{
background-color: #A2ABBD;
}
</style>
border-color css
<style>
span { border-color: #A2ABBD; }
span { border-color: rgb(162,171,189); }
td.TdClassName
{
border-color: #A2ABBD;
}
.TagClassName
{
border-color: #A2ABBD;
}
</style>