Shades of Mischka #A8ABBE
Tints of Mischka #A8ABBE
RGB
CMYK
RGB Variations
Color information
#A8ABBE (or 0xA8ABBE) is known color: Mischka. HEX triplet: A8, AB and BE. RGB value is (168,171,190). Sum of RGB (Red+Green+Blue) = 168+171+190=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #A8ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABBE is #575441. Grayscale: #ACACAC. Windows color (decimal): -5723202 or 12495784. OLE color: 12495784.
HSL color Cylindrical-coordinate representation of color #A8ABBE: hue angle of 231.82º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8ABBE is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 171 | 190 | - |
CMYK | 0.12 | 0.10 | 0 | 0.25 |
HSL | 231.82º | 0.14% | 0.7% | - |
HSV(B) | 231.82º | 0.12% | 0.75% | - |
XYZ | 40.01 | 41.17 | 54.55 | - |
YUV | 172.27 | 138.01 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 190 | 0.12 | 0.10 | 0 | 0.25 | 231.82 | 0.14 | 0.7 |
Hex | A8 | AB | BE | C | A | 0 | 19 | E8 | E | 46 |
Octal | 250 | 253 | 276 | 14 | 12 | 0 | 31 | 350 | 16 | 106 |
Binary | 10101000 | 10101011 | 10111110 | 1100 | 1010 | 0 | 11001 | 11101000 | 1110 | 1000110 |
Color Harmonies of #A8ABBE
Complementary color
Monochromatic Colors of #A8ABBE
Black with #A8ABBE
Text Example
Text Example
White with #A8ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABBE; }
p { color: rgb(168,171,190); }
H1.HeaderClassName
{
color: #A8ABBE;
}
.AnyTagClassName
{
color: #A8ABBE;
}
</style>
background-color css
<style>
a { background-color: #A8ABBE; }
a { background-color: rgb(168,171,190); }
div.DivClassName
{
background-color: #A8ABBE;
}
.BgClassName
{
background-color: #A8ABBE;
}
</style>
border-color css
<style>
span { border-color: #A8ABBE; }
span { border-color: rgb(168,171,190); }
td.TdClassName
{
border-color: #A8ABBE;
}
.TagClassName
{
border-color: #A8ABBE;
}
</style>