Shades of Mischka #A4AEBB
Tints of Mischka #A4AEBB
RGB
CMYK
RGB Variations
Color information
#A4AEBB (or 0xA4AEBB) is known color: Mischka. HEX triplet: A4, AE and BB. RGB value is (164,174,187). Sum of RGB (Red+Green+Blue) = 164+174+187=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AEBB is #5B5144. Grayscale: #ACACAC. Windows color (decimal): -5984581 or 12299940. OLE color: 12299940.
HSL color Cylindrical-coordinate representation of color #A4AEBB: hue angle of 213.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4AEBB is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 174 | 187 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.27 |
| HSL | 213.91º | 0.14% | 0.69% | - |
| HSV(B) | 213.91º | 0.12% | 0.73% | - |
| XYZ | 39.42 | 41.75 | 53 | - |
| YUV | 172.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 187 | 0.12 | 0.07 | 0 | 0.27 | 213.91 | 0.14 | 0.69 |
| Hex | A4 | AE | BB | C | 7 | 0 | 1B | D6 | E | 45 |
| Octal | 244 | 256 | 273 | 14 | 7 | 0 | 33 | 326 | 16 | 105 |
| Binary | 10100100 | 10101110 | 10111011 | 1100 | 111 | 0 | 11011 | 11010110 | 1110 | 1000101 |
Color Harmonies of #A4AEBB
Complementary color
Monochromatic Colors of #A4AEBB
Black with #A4AEBB
Text Example
Text Example
White with #A4AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AEBB; }
p { color: rgb(164,174,187); }
H1.HeaderClassName
{
color: #A4AEBB;
}
.AnyTagClassName
{
color: #A4AEBB;
}
</style>
background-color css
<style>
a { background-color: #A4AEBB; }
a { background-color: rgb(164,174,187); }
div.DivClassName
{
background-color: #A4AEBB;
}
.BgClassName
{
background-color: #A4AEBB;
}
</style>
border-color css
<style>
span { border-color: #A4AEBB; }
span { border-color: rgb(164,174,187); }
td.TdClassName
{
border-color: #A4AEBB;
}
.TagClassName
{
border-color: #A4AEBB;
}
</style>