Shades of Mischka #A8ABB4
Tints of Mischka #A8ABB4
RGB
CMYK
RGB Variations
Color information
#A8ABB4 (or 0xA8ABB4) is known color: Mischka. HEX triplet: A8, AB and B4. RGB value is (168,171,180). Sum of RGB (Red+Green+Blue) = 168+171+180=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #A8ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABB4 is #57544B. Grayscale: #ABABAB. Windows color (decimal): -5723212 or 11840424. OLE color: 11840424.
HSL color Cylindrical-coordinate representation of color #A8ABB4: hue angle of 225º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8ABB4 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 171 | 180 | - |
CMYK | 0.07 | 0.05 | 0 | 0.29 |
HSL | 225º | 0.07% | 0.68% | - |
HSV(B) | 225º | 0.07% | 0.71% | - |
XYZ | 38.95 | 40.75 | 48.99 | - |
YUV | 171.13 | 133.01 | 125.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 180 | 0.07 | 0.05 | 0 | 0.29 | 225 | 0.07 | 0.68 |
Hex | A8 | AB | B4 | 7 | 5 | 0 | 1D | E1 | 7 | 44 |
Octal | 250 | 253 | 264 | 7 | 5 | 0 | 35 | 341 | 7 | 104 |
Binary | 10101000 | 10101011 | 10110100 | 111 | 101 | 0 | 11101 | 11100001 | 111 | 1000100 |
Color Harmonies of #A8ABB4
Complementary color
Monochromatic Colors of #A8ABB4
Black with #A8ABB4
Text Example
Text Example
White with #A8ABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABB4; }
p { color: rgb(168,171,180); }
H1.HeaderClassName
{
color: #A8ABB4;
}
.AnyTagClassName
{
color: #A8ABB4;
}
</style>
background-color css
<style>
a { background-color: #A8ABB4; }
a { background-color: rgb(168,171,180); }
div.DivClassName
{
background-color: #A8ABB4;
}
.BgClassName
{
background-color: #A8ABB4;
}
</style>
border-color css
<style>
span { border-color: #A8ABB4; }
span { border-color: rgb(168,171,180); }
td.TdClassName
{
border-color: #A8ABB4;
}
.TagClassName
{
border-color: #A8ABB4;
}
</style>