Shades of Mischka #A2ABB5
Tints of Mischka #A2ABB5
RGB
CMYK
RGB Variations
Color information
#A2ABB5 (or 0xA2ABB5) is known color: Mischka. HEX triplet: A2, AB and B5. RGB value is (162,171,181). Sum of RGB (Red+Green+Blue) = 162+171+181=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 181 - color contains mainly: blue. Hex color #A2ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ABB5 is #5D544A. Grayscale: #A9A9A9. Windows color (decimal): -6116427 or 11905954. OLE color: 11905954.
HSL color Cylindrical-coordinate representation of color #A2ABB5: hue angle of 211.58º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2ABB5 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 162 | 171 | 181 | - |
CMYK | 0.10 | 0.06 | 0 | 0.29 |
HSL | 211.58º | 0.11% | 0.67% | - |
HSV(B) | 211.58º | 0.1% | 0.71% | - |
XYZ | 37.8 | 40.14 | 49.47 | - |
YUV | 169.45 | 134.52 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 171 | 181 | 0.10 | 0.06 | 0 | 0.29 | 211.58 | 0.11 | 0.67 |
Hex | A2 | AB | B5 | A | 6 | 0 | 1D | D4 | B | 43 |
Octal | 242 | 253 | 265 | 12 | 6 | 0 | 35 | 324 | 13 | 103 |
Binary | 10100010 | 10101011 | 10110101 | 1010 | 110 | 0 | 11101 | 11010100 | 1011 | 1000011 |
Color Harmonies of #A2ABB5
Complementary color
Monochromatic Colors of #A2ABB5
Black with #A2ABB5
Text Example
Text Example
White with #A2ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABB5; }
p { color: rgb(162,171,181); }
H1.HeaderClassName
{
color: #A2ABB5;
}
.AnyTagClassName
{
color: #A2ABB5;
}
</style>
background-color css
<style>
a { background-color: #A2ABB5; }
a { background-color: rgb(162,171,181); }
div.DivClassName
{
background-color: #A2ABB5;
}
.BgClassName
{
background-color: #A2ABB5;
}
</style>
border-color css
<style>
span { border-color: #A2ABB5; }
span { border-color: rgb(162,171,181); }
td.TdClassName
{
border-color: #A2ABB5;
}
.TagClassName
{
border-color: #A2ABB5;
}
</style>