Shades of Mischka #A7AEBB
Tints of Mischka #A7AEBB
RGB
CMYK
RGB Variations
Color information
#A7AEBB (or 0xA7AEBB) is known color: Mischka. HEX triplet: A7, AE and BB. RGB value is (167,174,187). Sum of RGB (Red+Green+Blue) = 167+174+187=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #A7AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AEBB is #585144. Grayscale: #ADADAD. Windows color (decimal): -5787973 or 12299943. OLE color: 12299943.
HSL color Cylindrical-coordinate representation of color #A7AEBB: hue angle of 219º 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 #A7AEBB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 174 | 187 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.27 |
| HSL | 219º | 0.13% | 0.69% | - |
| HSV(B) | 219º | 0.11% | 0.73% | - |
| XYZ | 40.04 | 42.08 | 53.02 | - |
| YUV | 173.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 174 | 187 | 0.11 | 0.07 | 0 | 0.27 | 219 | 0.13 | 0.69 |
| Hex | A7 | AE | BB | B | 7 | 0 | 1B | DB | D | 45 |
| Octal | 247 | 256 | 273 | 13 | 7 | 0 | 33 | 333 | 15 | 105 |
| Binary | 10100111 | 10101110 | 10111011 | 1011 | 111 | 0 | 11011 | 11011011 | 1101 | 1000101 |
Color Harmonies of #A7AEBB
Complementary color
Monochromatic Colors of #A7AEBB
Black with #A7AEBB
Text Example
Text Example
White with #A7AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AEBB; }
p { color: rgb(167,174,187); }
H1.HeaderClassName
{
color: #A7AEBB;
}
.AnyTagClassName
{
color: #A7AEBB;
}
</style>
background-color css
<style>
a { background-color: #A7AEBB; }
a { background-color: rgb(167,174,187); }
div.DivClassName
{
background-color: #A7AEBB;
}
.BgClassName
{
background-color: #A7AEBB;
}
</style>
border-color css
<style>
span { border-color: #A7AEBB; }
span { border-color: rgb(167,174,187); }
td.TdClassName
{
border-color: #A7AEBB;
}
.TagClassName
{
border-color: #A7AEBB;
}
</style>