Shades of Mischka #A2ABB9
Tints of Mischka #A2ABB9
RGB
CMYK
RGB Variations
Color information
#A2ABB9 (or 0xA2ABB9) is known color: Mischka. HEX triplet: A2, AB and B9. RGB value is (162,171,185). Sum of RGB (Red+Green+Blue) = 162+171+185=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 185 - color contains mainly: blue. Hex color #A2ABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABB9 is #5D5446. Grayscale: #A9A9A9. Windows color (decimal): -6116423 or 12168098. OLE color: 12168098.
HSL color Cylindrical-coordinate representation of color #A2ABB9: hue angle of 216.52º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2ABB9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 162 | 171 | 185 | - |
CMYK | 0.12 | 0.08 | 0 | 0.27 |
HSL | 216.52º | 0.14% | 0.68% | - |
HSV(B) | 216.52º | 0.12% | 0.73% | - |
XYZ | 38.22 | 40.31 | 51.67 | - |
YUV | 169.91 | 136.52 | 122.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 171 | 185 | 0.12 | 0.08 | 0 | 0.27 | 216.52 | 0.14 | 0.68 |
Hex | A2 | AB | B9 | C | 8 | 0 | 1B | D9 | E | 44 |
Octal | 242 | 253 | 271 | 14 | 10 | 0 | 33 | 331 | 16 | 104 |
Binary | 10100010 | 10101011 | 10111001 | 1100 | 1000 | 0 | 11011 | 11011001 | 1110 | 1000100 |
Color Harmonies of #A2ABB9
Complementary color
Monochromatic Colors of #A2ABB9
Black with #A2ABB9
Text Example
Text Example
White with #A2ABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABB9; }
p { color: rgb(162,171,185); }
H1.HeaderClassName
{
color: #A2ABB9;
}
.AnyTagClassName
{
color: #A2ABB9;
}
</style>
background-color css
<style>
a { background-color: #A2ABB9; }
a { background-color: rgb(162,171,185); }
div.DivClassName
{
background-color: #A2ABB9;
}
.BgClassName
{
background-color: #A2ABB9;
}
</style>
border-color css
<style>
span { border-color: #A2ABB9; }
span { border-color: rgb(162,171,185); }
td.TdClassName
{
border-color: #A2ABB9;
}
.TagClassName
{
border-color: #A2ABB9;
}
</style>