Shades of Mischka #A8ABBA
Tints of Mischka #A8ABBA
RGB
CMYK
RGB Variations
Color information
#A8ABBA (or 0xA8ABBA) is known color: Mischka. HEX triplet: A8, AB and BA. RGB value is (168,171,186). Sum of RGB (Red+Green+Blue) = 168+171+186=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #A8ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABBA is #575445. Grayscale: #ABABAB. Windows color (decimal): -5723206 or 12233640. OLE color: 12233640.
HSL color Cylindrical-coordinate representation of color #A8ABBA: hue angle of 230º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8ABBA is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 171 | 186 | - |
CMYK | 0.10 | 0.08 | 0 | 0.27 |
HSL | 230º | 0.12% | 0.69% | - |
HSV(B) | 230º | 0.1% | 0.73% | - |
XYZ | 39.57 | 41 | 52.28 | - |
YUV | 171.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 186 | 0.10 | 0.08 | 0 | 0.27 | 230 | 0.12 | 0.69 |
Hex | A8 | AB | BA | A | 8 | 0 | 1B | E6 | C | 45 |
Octal | 250 | 253 | 272 | 12 | 10 | 0 | 33 | 346 | 14 | 105 |
Binary | 10101000 | 10101011 | 10111010 | 1010 | 1000 | 0 | 11011 | 11100110 | 1100 | 1000101 |
Color Harmonies of #A8ABBA
Complementary color
Monochromatic Colors of #A8ABBA
Black with #A8ABBA
Text Example
Text Example
White with #A8ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABBA; }
p { color: rgb(168,171,186); }
H1.HeaderClassName
{
color: #A8ABBA;
}
.AnyTagClassName
{
color: #A8ABBA;
}
</style>
background-color css
<style>
a { background-color: #A8ABBA; }
a { background-color: rgb(168,171,186); }
div.DivClassName
{
background-color: #A8ABBA;
}
.BgClassName
{
background-color: #A8ABBA;
}
</style>
border-color css
<style>
span { border-color: #A8ABBA; }
span { border-color: rgb(168,171,186); }
td.TdClassName
{
border-color: #A8ABBA;
}
.TagClassName
{
border-color: #A8ABBA;
}
</style>