Shades of London Hue #BA7AAF
Tints of London Hue #BA7AAF
RGB
CMYK
RGB Variations
Color information
#BA7AAF (or 0xBA7AAF) is known color: London Hue. HEX triplet: BA, 7A and AF. RGB value is (186,122,175). Sum of RGB (Red+Green+Blue) = 186+122+175=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AAF is #458550. Grayscale: #939393. Windows color (decimal): -4556113 or 11500218. OLE color: 11500218.
HSL color Cylindrical-coordinate representation of color #BA7AAF: hue angle of 310.31º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7AAF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 175 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.27 |
| HSL | 310.31º | 0.32% | 0.6% | - |
| HSV(B) | 310.31º | 0.34% | 0.73% | - |
| XYZ | 34.95 | 27.45 | 44.01 | - |
| YUV | 147.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 175 | 0 | 0.34 | 0.06 | 0.27 | 310.31 | 0.32 | 0.6 |
| Hex | BA | 7A | AF | 0 | 22 | 6 | 1B | 136 | 20 | 3C |
| Octal | 272 | 172 | 257 | 0 | 42 | 6 | 33 | 466 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10101111 | 0 | 100010 | 110 | 11011 | 100110110 | 100000 | 111100 |
Color Harmonies of #BA7AAF
Complementary color
Monochromatic Colors of #BA7AAF
Black with #BA7AAF
Text Example
Text Example
White with #BA7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7AAF; }
p { color: rgb(186,122,175); }
H1.HeaderClassName
{
color: #BA7AAF;
}
.AnyTagClassName
{
color: #BA7AAF;
}
</style>
background-color css
<style>
a { background-color: #BA7AAF; }
a { background-color: rgb(186,122,175); }
div.DivClassName
{
background-color: #BA7AAF;
}
.BgClassName
{
background-color: #BA7AAF;
}
</style>
border-color css
<style>
span { border-color: #BA7AAF; }
span { border-color: rgb(186,122,175); }
td.TdClassName
{
border-color: #BA7AAF;
}
.TagClassName
{
border-color: #BA7AAF;
}
</style>