Shades of Mischka #A5A8B5
Tints of Mischka #A5A8B5
RGB
CMYK
RGB Variations
Color information
#A5A8B5 (or 0xA5A8B5) is known color: Mischka. HEX triplet: A5, A8 and B5. RGB value is (165,168,181). Sum of RGB (Red+Green+Blue) = 165+168+181=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 168 (66.02% from 255 or 32.68% 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 #A5A8B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A8B5 is #5A574A. Grayscale: #A8A8A8. Windows color (decimal): -5920587 or 11905189. OLE color: 11905189.
HSL color Cylindrical-coordinate representation of color #A5A8B5: hue angle of 228.75º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5A8B5 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 168 | 181 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.29 |
| HSL | 228.75º | 0.1% | 0.68% | - |
| HSV(B) | 228.75º | 0.09% | 0.71% | - |
| XYZ | 37.86 | 39.34 | 49.31 | - |
| YUV | 168.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 181 | 0.09 | 0.07 | 0 | 0.29 | 228.75 | 0.1 | 0.68 |
| Hex | A5 | A8 | B5 | 9 | 7 | 0 | 1D | E5 | A | 44 |
| Octal | 245 | 250 | 265 | 11 | 7 | 0 | 35 | 345 | 12 | 104 |
| Binary | 10100101 | 10101000 | 10110101 | 1001 | 111 | 0 | 11101 | 11100101 | 1010 | 1000100 |
Color Harmonies of #A5A8B5
Complementary color
Monochromatic Colors of #A5A8B5
Black with #A5A8B5
Text Example
Text Example
White with #A5A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8B5; }
p { color: rgb(165,168,181); }
H1.HeaderClassName
{
color: #A5A8B5;
}
.AnyTagClassName
{
color: #A5A8B5;
}
</style>
background-color css
<style>
a { background-color: #A5A8B5; }
a { background-color: rgb(165,168,181); }
div.DivClassName
{
background-color: #A5A8B5;
}
.BgClassName
{
background-color: #A5A8B5;
}
</style>
border-color css
<style>
span { border-color: #A5A8B5; }
span { border-color: rgb(165,168,181); }
td.TdClassName
{
border-color: #A5A8B5;
}
.TagClassName
{
border-color: #A5A8B5;
}
</style>