Shades of Mischka #A5ABB7
Tints of Mischka #A5ABB7
RGB
CMYK
RGB Variations
Color information
#A5ABB7 (or 0xA5ABB7) is known color: Mischka. HEX triplet: A5, AB and B7. RGB value is (165,171,183). Sum of RGB (Red+Green+Blue) = 165+171+183=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 183 - color contains mainly: blue. Hex color #A5ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABB7 is #5A5448. Grayscale: #AAAAAA. Windows color (decimal): -5919817 or 12037029. OLE color: 12037029.
HSL color Cylindrical-coordinate representation of color #A5ABB7: hue angle of 220º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5ABB7 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 171 | 183 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.28 |
| HSL | 220º | 0.11% | 0.68% | - |
| HSV(B) | 220º | 0.1% | 0.72% | - |
| XYZ | 38.63 | 40.54 | 50.59 | - |
| YUV | 170.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 183 | 0.10 | 0.07 | 0 | 0.28 | 220 | 0.11 | 0.68 |
| Hex | A5 | AB | B7 | A | 7 | 0 | 1C | DC | B | 44 |
| Octal | 245 | 253 | 267 | 12 | 7 | 0 | 34 | 334 | 13 | 104 |
| Binary | 10100101 | 10101011 | 10110111 | 1010 | 111 | 0 | 11100 | 11011100 | 1011 | 1000100 |
Color Harmonies of #A5ABB7
Complementary color
Monochromatic Colors of #A5ABB7
Black with #A5ABB7
Text Example
Text Example
White with #A5ABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABB7; }
p { color: rgb(165,171,183); }
H1.HeaderClassName
{
color: #A5ABB7;
}
.AnyTagClassName
{
color: #A5ABB7;
}
</style>
background-color css
<style>
a { background-color: #A5ABB7; }
a { background-color: rgb(165,171,183); }
div.DivClassName
{
background-color: #A5ABB7;
}
.BgClassName
{
background-color: #A5ABB7;
}
</style>
border-color css
<style>
span { border-color: #A5ABB7; }
span { border-color: rgb(165,171,183); }
td.TdClassName
{
border-color: #A5ABB7;
}
.TagClassName
{
border-color: #A5ABB7;
}
</style>