Shades of Mischka #A5AABD
Tints of Mischka #A5AABD
RGB
CMYK
RGB Variations
Color information
#A5AABD (or 0xA5AABD) is known color: Mischka. HEX triplet: A5, AA and BD. RGB value is (165,170,189). Sum of RGB (Red+Green+Blue) = 165+170+189=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AABD is #5A5542. Grayscale: #AAAAAA. Windows color (decimal): -5920067 or 12429989. OLE color: 12429989.
HSL color Cylindrical-coordinate representation of color #A5AABD: hue angle of 227.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5AABD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 170 | 189 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.26 |
| HSL | 227.5º | 0.15% | 0.69% | - |
| HSV(B) | 227.5º | 0.13% | 0.74% | - |
| XYZ | 39.08 | 40.42 | 53.89 | - |
| YUV | 170.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 189 | 0.13 | 0.10 | 0 | 0.26 | 227.5 | 0.15 | 0.69 |
| Hex | A5 | AA | BD | D | A | 0 | 1A | E4 | F | 45 |
| Octal | 245 | 252 | 275 | 15 | 12 | 0 | 32 | 344 | 17 | 105 |
| Binary | 10100101 | 10101010 | 10111101 | 1101 | 1010 | 0 | 11010 | 11100100 | 1111 | 1000101 |
Color Harmonies of #A5AABD
Complementary color
Monochromatic Colors of #A5AABD
Black with #A5AABD
Text Example
Text Example
White with #A5AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AABD; }
p { color: rgb(165,170,189); }
H1.HeaderClassName
{
color: #A5AABD;
}
.AnyTagClassName
{
color: #A5AABD;
}
</style>
background-color css
<style>
a { background-color: #A5AABD; }
a { background-color: rgb(165,170,189); }
div.DivClassName
{
background-color: #A5AABD;
}
.BgClassName
{
background-color: #A5AABD;
}
</style>
border-color css
<style>
span { border-color: #A5AABD; }
span { border-color: rgb(165,170,189); }
td.TdClassName
{
border-color: #A5AABD;
}
.TagClassName
{
border-color: #A5AABD;
}
</style>