Shades of Mischka #A2A7BD
Tints of Mischka #A2A7BD
RGB
CMYK
RGB Variations
Color information
#A2A7BD (or 0xA2A7BD) is known color: Mischka. HEX triplet: A2, A7 and BD. RGB value is (162,167,189). Sum of RGB (Red+Green+Blue) = 162+167+189=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #A2A7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A7BD is #5D5842. Grayscale: #A7A7A7. Windows color (decimal): -6117443 or 12429218. OLE color: 12429218.
HSL color Cylindrical-coordinate representation of color #A2A7BD: hue angle of 228.89º 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 #A2A7BD is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 167 | 189 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.26 |
| HSL | 228.89º | 0.17% | 0.69% | - |
| HSV(B) | 228.89º | 0.14% | 0.74% | - |
| XYZ | 37.9 | 38.99 | 53.67 | - |
| YUV | 168.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 189 | 0.14 | 0.12 | 0 | 0.26 | 228.89 | 0.17 | 0.69 |
| Hex | A2 | A7 | BD | E | C | 0 | 1A | E5 | 11 | 45 |
| Octal | 242 | 247 | 275 | 16 | 14 | 0 | 32 | 345 | 21 | 105 |
| Binary | 10100010 | 10100111 | 10111101 | 1110 | 1100 | 0 | 11010 | 11100101 | 10001 | 1000101 |
Color Harmonies of #A2A7BD
Complementary color
Monochromatic Colors of #A2A7BD
Black with #A2A7BD
Text Example
Text Example
White with #A2A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A7BD; }
p { color: rgb(162,167,189); }
H1.HeaderClassName
{
color: #A2A7BD;
}
.AnyTagClassName
{
color: #A2A7BD;
}
</style>
background-color css
<style>
a { background-color: #A2A7BD; }
a { background-color: rgb(162,167,189); }
div.DivClassName
{
background-color: #A2A7BD;
}
.BgClassName
{
background-color: #A2A7BD;
}
</style>
border-color css
<style>
span { border-color: #A2A7BD; }
span { border-color: rgb(162,167,189); }
td.TdClassName
{
border-color: #A2A7BD;
}
.TagClassName
{
border-color: #A2A7BD;
}
</style>