Shades of Mischka #A8ABB3
Tints of Mischka #A8ABB3
RGB
CMYK
RGB Variations
Color information
#A8ABB3 (or 0xA8ABB3) is known color: Mischka. HEX triplet: A8, AB and B3. RGB value is (168,171,179). Sum of RGB (Red+Green+Blue) = 168+171+179=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 179 - color contains mainly: blue. Hex color #A8ABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABB3 is #57544C. Grayscale: #AAAAAA. Windows color (decimal): -5723213 or 11774888. OLE color: 11774888.
HSL color Cylindrical-coordinate representation of color #A8ABB3: hue angle of 223.64º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8ABB3 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 171 | 179 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.30 |
| HSL | 223.64º | 0.07% | 0.68% | - |
| HSV(B) | 223.64º | 0.06% | 0.7% | - |
| XYZ | 38.85 | 40.71 | 48.46 | - |
| YUV | 171.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 179 | 0.06 | 0.04 | 0 | 0.30 | 223.64 | 0.07 | 0.68 |
| Hex | A8 | AB | B3 | 6 | 4 | 0 | 1E | E0 | 7 | 44 |
| Octal | 250 | 253 | 263 | 6 | 4 | 0 | 36 | 340 | 7 | 104 |
| Binary | 10101000 | 10101011 | 10110011 | 110 | 100 | 0 | 11110 | 11100000 | 111 | 1000100 |
Color Harmonies of #A8ABB3
Complementary color
Monochromatic Colors of #A8ABB3
Black with #A8ABB3
Text Example
Text Example
White with #A8ABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABB3; }
p { color: rgb(168,171,179); }
H1.HeaderClassName
{
color: #A8ABB3;
}
.AnyTagClassName
{
color: #A8ABB3;
}
</style>
background-color css
<style>
a { background-color: #A8ABB3; }
a { background-color: rgb(168,171,179); }
div.DivClassName
{
background-color: #A8ABB3;
}
.BgClassName
{
background-color: #A8ABB3;
}
</style>
border-color css
<style>
span { border-color: #A8ABB3; }
span { border-color: rgb(168,171,179); }
td.TdClassName
{
border-color: #A8ABB3;
}
.TagClassName
{
border-color: #A8ABB3;
}
</style>