Shades of Mischka #A8AFBB
Tints of Mischka #A8AFBB
RGB
CMYK
RGB Variations
Color information
#A8AFBB (or 0xA8AFBB) is known color: Mischka. HEX triplet: A8, AF and BB. RGB value is (168,175,187). Sum of RGB (Red+Green+Blue) = 168+175+187=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFBB is #575044. Grayscale: #AEAEAE. Windows color (decimal): -5722181 or 12300200. OLE color: 12300200.
HSL color Cylindrical-coordinate representation of color #A8AFBB: hue angle of 217.89º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8AFBB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 175 | 187 | - |
CMYK | 0.10 | 0.06 | 0 | 0.27 |
HSL | 217.89º | 0.12% | 0.7% | - |
HSV(B) | 217.89º | 0.1% | 0.73% | - |
XYZ | 40.45 | 42.57 | 53.1 | - |
YUV | 174.28 | 135.18 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 187 | 0.10 | 0.06 | 0 | 0.27 | 217.89 | 0.12 | 0.7 |
Hex | A8 | AF | BB | A | 6 | 0 | 1B | DA | C | 46 |
Octal | 250 | 257 | 273 | 12 | 6 | 0 | 33 | 332 | 14 | 106 |
Binary | 10101000 | 10101111 | 10111011 | 1010 | 110 | 0 | 11011 | 11011010 | 1100 | 1000110 |
Color Harmonies of #A8AFBB
Complementary color
Monochromatic Colors of #A8AFBB
Black with #A8AFBB
Text Example
Text Example
White with #A8AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFBB; }
p { color: rgb(168,175,187); }
H1.HeaderClassName
{
color: #A8AFBB;
}
.AnyTagClassName
{
color: #A8AFBB;
}
</style>
background-color css
<style>
a { background-color: #A8AFBB; }
a { background-color: rgb(168,175,187); }
div.DivClassName
{
background-color: #A8AFBB;
}
.BgClassName
{
background-color: #A8AFBB;
}
</style>
border-color css
<style>
span { border-color: #A8AFBB; }
span { border-color: rgb(168,175,187); }
td.TdClassName
{
border-color: #A8AFBB;
}
.TagClassName
{
border-color: #A8AFBB;
}
</style>