Shades of Mischka #A5A7B4
Tints of Mischka #A5A7B4
RGB
CMYK
RGB Variations
Color information
#A5A7B4 (or 0xA5A7B4) is known color: Mischka. HEX triplet: A5, A7 and B4. RGB value is (165,167,180). Sum of RGB (Red+Green+Blue) = 165+167+180=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 180 - color contains mainly: blue. Hex color #A5A7B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7B4 is #5A584B. Grayscale: #A7A7A7. Windows color (decimal): -5920844 or 11839397. OLE color: 11839397.
HSL color Cylindrical-coordinate representation of color #A5A7B4: hue angle of 232º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5A7B4 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 167 | 180 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.29 |
| HSL | 232º | 0.09% | 0.68% | - |
| HSV(B) | 232º | 0.08% | 0.71% | - |
| XYZ | 37.57 | 38.93 | 48.71 | - |
| YUV | 167.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 180 | 0.08 | 0.07 | 0 | 0.29 | 232 | 0.09 | 0.68 |
| Hex | A5 | A7 | B4 | 8 | 7 | 0 | 1D | E8 | 9 | 44 |
| Octal | 245 | 247 | 264 | 10 | 7 | 0 | 35 | 350 | 11 | 104 |
| Binary | 10100101 | 10100111 | 10110100 | 1000 | 111 | 0 | 11101 | 11101000 | 1001 | 1000100 |
Color Harmonies of #A5A7B4
Complementary color
Monochromatic Colors of #A5A7B4
Black with #A5A7B4
Text Example
Text Example
White with #A5A7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A7B4; }
p { color: rgb(165,167,180); }
H1.HeaderClassName
{
color: #A5A7B4;
}
.AnyTagClassName
{
color: #A5A7B4;
}
</style>
background-color css
<style>
a { background-color: #A5A7B4; }
a { background-color: rgb(165,167,180); }
div.DivClassName
{
background-color: #A5A7B4;
}
.BgClassName
{
background-color: #A5A7B4;
}
</style>
border-color css
<style>
span { border-color: #A5A7B4; }
span { border-color: rgb(165,167,180); }
td.TdClassName
{
border-color: #A5A7B4;
}
.TagClassName
{
border-color: #A5A7B4;
}
</style>