Shades of Mischka #A8ABBB
Tints of Mischka #A8ABBB
RGB
CMYK
RGB Variations
Color information
#A8ABBB (or 0xA8ABBB) is known color: Mischka. HEX triplet: A8, AB and BB. RGB value is (168,171,187). Sum of RGB (Red+Green+Blue) = 168+171+187=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABBB is #575444. Grayscale: #ABABAB. Windows color (decimal): -5723205 or 12299176. OLE color: 12299176.
HSL color Cylindrical-coordinate representation of color #A8ABBB: hue angle of 230.53º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8ABBB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 171 | 187 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.27 |
| HSL | 230.53º | 0.12% | 0.7% | - |
| HSV(B) | 230.53º | 0.1% | 0.73% | - |
| XYZ | 39.68 | 41.04 | 52.84 | - |
| YUV | 171.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 187 | 0.10 | 0.09 | 0 | 0.27 | 230.53 | 0.12 | 0.7 |
| Hex | A8 | AB | BB | A | 9 | 0 | 1B | E7 | C | 46 |
| Octal | 250 | 253 | 273 | 12 | 11 | 0 | 33 | 347 | 14 | 106 |
| Binary | 10101000 | 10101011 | 10111011 | 1010 | 1001 | 0 | 11011 | 11100111 | 1100 | 1000110 |
Color Harmonies of #A8ABBB
Complementary color
Monochromatic Colors of #A8ABBB
Black with #A8ABBB
Text Example
Text Example
White with #A8ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABBB; }
p { color: rgb(168,171,187); }
H1.HeaderClassName
{
color: #A8ABBB;
}
.AnyTagClassName
{
color: #A8ABBB;
}
</style>
background-color css
<style>
a { background-color: #A8ABBB; }
a { background-color: rgb(168,171,187); }
div.DivClassName
{
background-color: #A8ABBB;
}
.BgClassName
{
background-color: #A8ABBB;
}
</style>
border-color css
<style>
span { border-color: #A8ABBB; }
span { border-color: rgb(168,171,187); }
td.TdClassName
{
border-color: #A8ABBB;
}
.TagClassName
{
border-color: #A8ABBB;
}
</style>