Shades of Mischka #A5A7B2
Tints of Mischka #A5A7B2
RGB
CMYK
RGB Variations
Color information
#A5A7B2 (or 0xA5A7B2) is known color: Mischka. HEX triplet: A5, A7 and B2. RGB value is (165,167,178). Sum of RGB (Red+Green+Blue) = 165+167+178=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 178 - color contains mainly: blue. Hex color #A5A7B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A7B2 is #5A584D. Grayscale: #A7A7A7. Windows color (decimal): -5920846 or 11708325. OLE color: 11708325.
HSL color Cylindrical-coordinate representation of color #A5A7B2: hue angle of 230.77º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5A7B2 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 167 | 178 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.30 |
| HSL | 230.77º | 0.08% | 0.67% | - |
| HSV(B) | 230.77º | 0.07% | 0.7% | - |
| XYZ | 37.37 | 38.85 | 47.65 | - |
| YUV | 167.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 178 | 0.07 | 0.06 | 0 | 0.30 | 230.77 | 0.08 | 0.67 |
| Hex | A5 | A7 | B2 | 7 | 6 | 0 | 1E | E7 | 8 | 43 |
| Octal | 245 | 247 | 262 | 7 | 6 | 0 | 36 | 347 | 10 | 103 |
| Binary | 10100101 | 10100111 | 10110010 | 111 | 110 | 0 | 11110 | 11100111 | 1000 | 1000011 |
Color Harmonies of #A5A7B2
Complementary color
Monochromatic Colors of #A5A7B2
Black with #A5A7B2
Text Example
Text Example
White with #A5A7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A7B2; }
p { color: rgb(165,167,178); }
H1.HeaderClassName
{
color: #A5A7B2;
}
.AnyTagClassName
{
color: #A5A7B2;
}
</style>
background-color css
<style>
a { background-color: #A5A7B2; }
a { background-color: rgb(165,167,178); }
div.DivClassName
{
background-color: #A5A7B2;
}
.BgClassName
{
background-color: #A5A7B2;
}
</style>
border-color css
<style>
span { border-color: #A5A7B2; }
span { border-color: rgb(165,167,178); }
td.TdClassName
{
border-color: #A5A7B2;
}
.TagClassName
{
border-color: #A5A7B2;
}
</style>