Shades of Mischka #A5ADBA
Tints of Mischka #A5ADBA
RGB
CMYK
RGB Variations
Color information
#A5ADBA (or 0xA5ADBA) is known color: Mischka. HEX triplet: A5, AD and BA. RGB value is (165,173,186). Sum of RGB (Red+Green+Blue) = 165+173+186=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADBA is #5A5245. Grayscale: #ACACAC. Windows color (decimal): -5919302 or 12234149. OLE color: 12234149.
HSL color Cylindrical-coordinate representation of color #A5ADBA: hue angle of 217.14º 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 #A5ADBA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 173 | 186 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.27 |
| HSL | 217.14º | 0.13% | 0.69% | - |
| HSV(B) | 217.14º | 0.11% | 0.73% | - |
| XYZ | 39.32 | 41.43 | 52.38 | - |
| YUV | 172.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 186 | 0.11 | 0.07 | 0 | 0.27 | 217.14 | 0.13 | 0.69 |
| Hex | A5 | AD | BA | B | 7 | 0 | 1B | D9 | D | 45 |
| Octal | 245 | 255 | 272 | 13 | 7 | 0 | 33 | 331 | 15 | 105 |
| Binary | 10100101 | 10101101 | 10111010 | 1011 | 111 | 0 | 11011 | 11011001 | 1101 | 1000101 |
Color Harmonies of #A5ADBA
Complementary color
Monochromatic Colors of #A5ADBA
Black with #A5ADBA
Text Example
Text Example
White with #A5ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADBA; }
p { color: rgb(165,173,186); }
H1.HeaderClassName
{
color: #A5ADBA;
}
.AnyTagClassName
{
color: #A5ADBA;
}
</style>
background-color css
<style>
a { background-color: #A5ADBA; }
a { background-color: rgb(165,173,186); }
div.DivClassName
{
background-color: #A5ADBA;
}
.BgClassName
{
background-color: #A5ADBA;
}
</style>
border-color css
<style>
span { border-color: #A5ADBA; }
span { border-color: rgb(165,173,186); }
td.TdClassName
{
border-color: #A5ADBA;
}
.TagClassName
{
border-color: #A5ADBA;
}
</style>