Shades of Mischka #A4ABBD
Tints of Mischka #A4ABBD
RGB
CMYK
RGB Variations
Color information
#A4ABBD (or 0xA4ABBD) is known color: Mischka. HEX triplet: A4, AB and BD. RGB value is (164,171,189). Sum of RGB (Red+Green+Blue) = 164+171+189=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 171 (67.19% from 255 or 32.63% 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 #A4ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABBD is #5B5442. Grayscale: #AAAAAA. Windows color (decimal): -5985347 or 12430244. OLE color: 12430244.
HSL color Cylindrical-coordinate representation of color #A4ABBD: hue angle of 223.2º degrees, saturation: 0.16, 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 #A4ABBD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 171 | 189 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.26 |
| HSL | 223.2º | 0.16% | 0.69% | - |
| HSV(B) | 223.2º | 0.13% | 0.74% | - |
| XYZ | 39.06 | 40.69 | 53.94 | - |
| YUV | 170.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 189 | 0.13 | 0.10 | 0 | 0.26 | 223.2 | 0.16 | 0.69 |
| Hex | A4 | AB | BD | D | A | 0 | 1A | DF | 10 | 45 |
| Octal | 244 | 253 | 275 | 15 | 12 | 0 | 32 | 337 | 20 | 105 |
| Binary | 10100100 | 10101011 | 10111101 | 1101 | 1010 | 0 | 11010 | 11011111 | 10000 | 1000101 |
Color Harmonies of #A4ABBD
Complementary color
Monochromatic Colors of #A4ABBD
Black with #A4ABBD
Text Example
Text Example
White with #A4ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ABBD; }
p { color: rgb(164,171,189); }
H1.HeaderClassName
{
color: #A4ABBD;
}
.AnyTagClassName
{
color: #A4ABBD;
}
</style>
background-color css
<style>
a { background-color: #A4ABBD; }
a { background-color: rgb(164,171,189); }
div.DivClassName
{
background-color: #A4ABBD;
}
.BgClassName
{
background-color: #A4ABBD;
}
</style>
border-color css
<style>
span { border-color: #A4ABBD; }
span { border-color: rgb(164,171,189); }
td.TdClassName
{
border-color: #A4ABBD;
}
.TagClassName
{
border-color: #A4ABBD;
}
</style>