Shades of Mischka #A5AFBD
Tints of Mischka #A5AFBD
RGB
CMYK
RGB Variations
Color information
#A5AFBD (or 0xA5AFBD) is known color: Mischka. HEX triplet: A5, AF and BD. RGB value is (165,175,189). Sum of RGB (Red+Green+Blue) = 165+175+189=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFBD is #5A5042. Grayscale: #ADADAD. Windows color (decimal): -5918787 or 12431269. OLE color: 12431269.
HSL color Cylindrical-coordinate representation of color #A5AFBD: hue angle of 215º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5AFBD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 175 | 189 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.26 |
| HSL | 215º | 0.15% | 0.69% | - |
| HSV(B) | 215º | 0.13% | 0.74% | - |
| XYZ | 40.03 | 42.33 | 54.21 | - |
| YUV | 173.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 189 | 0.13 | 0.07 | 0 | 0.26 | 215 | 0.15 | 0.69 |
| Hex | A5 | AF | BD | D | 7 | 0 | 1A | D7 | F | 45 |
| Octal | 245 | 257 | 275 | 15 | 7 | 0 | 32 | 327 | 17 | 105 |
| Binary | 10100101 | 10101111 | 10111101 | 1101 | 111 | 0 | 11010 | 11010111 | 1111 | 1000101 |
Color Harmonies of #A5AFBD
Complementary color
Monochromatic Colors of #A5AFBD
Black with #A5AFBD
Text Example
Text Example
White with #A5AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AFBD; }
p { color: rgb(165,175,189); }
H1.HeaderClassName
{
color: #A5AFBD;
}
.AnyTagClassName
{
color: #A5AFBD;
}
</style>
background-color css
<style>
a { background-color: #A5AFBD; }
a { background-color: rgb(165,175,189); }
div.DivClassName
{
background-color: #A5AFBD;
}
.BgClassName
{
background-color: #A5AFBD;
}
</style>
border-color css
<style>
span { border-color: #A5AFBD; }
span { border-color: rgb(165,175,189); }
td.TdClassName
{
border-color: #A5AFBD;
}
.TagClassName
{
border-color: #A5AFBD;
}
</style>