Shades of Mischka #A5ABBA
Tints of Mischka #A5ABBA
RGB
CMYK
RGB Variations
Color information
#A5ABBA (or 0xA5ABBA) is known color: Mischka. HEX triplet: A5, AB and BA. RGB value is (165,171,186). Sum of RGB (Red+Green+Blue) = 165+171+186=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABBA is #5A5445. Grayscale: #AAAAAA. Windows color (decimal): -5919814 or 12233637. OLE color: 12233637.
HSL color Cylindrical-coordinate representation of color #A5ABBA: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5ABBA is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 171 | 186 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.27 |
| HSL | 222.86º | 0.13% | 0.69% | - |
| HSV(B) | 222.86º | 0.11% | 0.73% | - |
| XYZ | 38.94 | 40.67 | 52.25 | - |
| YUV | 170.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 186 | 0.11 | 0.08 | 0 | 0.27 | 222.86 | 0.13 | 0.69 |
| Hex | A5 | AB | BA | B | 8 | 0 | 1B | DF | D | 45 |
| Octal | 245 | 253 | 272 | 13 | 10 | 0 | 33 | 337 | 15 | 105 |
| Binary | 10100101 | 10101011 | 10111010 | 1011 | 1000 | 0 | 11011 | 11011111 | 1101 | 1000101 |
Color Harmonies of #A5ABBA
Complementary color
Monochromatic Colors of #A5ABBA
Black with #A5ABBA
Text Example
Text Example
White with #A5ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ABBA; }
p { color: rgb(165,171,186); }
H1.HeaderClassName
{
color: #A5ABBA;
}
.AnyTagClassName
{
color: #A5ABBA;
}
</style>
background-color css
<style>
a { background-color: #A5ABBA; }
a { background-color: rgb(165,171,186); }
div.DivClassName
{
background-color: #A5ABBA;
}
.BgClassName
{
background-color: #A5ABBA;
}
</style>
border-color css
<style>
span { border-color: #A5ABBA; }
span { border-color: rgb(165,171,186); }
td.TdClassName
{
border-color: #A5ABBA;
}
.TagClassName
{
border-color: #A5ABBA;
}
</style>