Shades of Mischka #A8ABB7
Tints of Mischka #A8ABB7
RGB
CMYK
RGB Variations
Color information
#A8ABB7 (or 0xA8ABB7) is known color: Mischka. HEX triplet: A8, AB and B7. RGB value is (168,171,183). Sum of RGB (Red+Green+Blue) = 168+171+183=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 183 - color contains mainly: blue. Hex color #A8ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABB7 is #575448. Grayscale: #ABABAB. Windows color (decimal): -5723209 or 12037032. OLE color: 12037032.
HSL color Cylindrical-coordinate representation of color #A8ABB7: hue angle of 228º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8ABB7 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 171 | 183 | - |
CMYK | 0.08 | 0.07 | 0 | 0.28 |
HSL | 228º | 0.09% | 0.69% | - |
HSV(B) | 228º | 0.08% | 0.72% | - |
XYZ | 39.26 | 40.87 | 50.62 | - |
YUV | 171.47 | 134.51 | 125.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 183 | 0.08 | 0.07 | 0 | 0.28 | 228 | 0.09 | 0.69 |
Hex | A8 | AB | B7 | 8 | 7 | 0 | 1C | E4 | 9 | 45 |
Octal | 250 | 253 | 267 | 10 | 7 | 0 | 34 | 344 | 11 | 105 |
Binary | 10101000 | 10101011 | 10110111 | 1000 | 111 | 0 | 11100 | 11100100 | 1001 | 1000101 |
Color Harmonies of #A8ABB7
Complementary color
Monochromatic Colors of #A8ABB7
Black with #A8ABB7
Text Example
Text Example
White with #A8ABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABB7; }
p { color: rgb(168,171,183); }
H1.HeaderClassName
{
color: #A8ABB7;
}
.AnyTagClassName
{
color: #A8ABB7;
}
</style>
background-color css
<style>
a { background-color: #A8ABB7; }
a { background-color: rgb(168,171,183); }
div.DivClassName
{
background-color: #A8ABB7;
}
.BgClassName
{
background-color: #A8ABB7;
}
</style>
border-color css
<style>
span { border-color: #A8ABB7; }
span { border-color: rgb(168,171,183); }
td.TdClassName
{
border-color: #A8ABB7;
}
.TagClassName
{
border-color: #A8ABB7;
}
</style>