Shades of London Hue #B07AA8
Tints of London Hue #B07AA8
RGB
CMYK
RGB Variations
Color information
#B07AA8 (or 0xB07AA8) is known color: London Hue. HEX triplet: B0, 7A and A8. RGB value is (176,122,168). Sum of RGB (Red+Green+Blue) = 176+122+168=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AA8 is #4F8557. Grayscale: #8F8F8F. Windows color (decimal): -5211480 or 11041456. OLE color: 11041456.
HSL color Cylindrical-coordinate representation of color #B07AA8: hue angle of 308.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07AA8 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 168 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.31 |
| HSL | 308.89º | 0.25% | 0.58% | - |
| HSV(B) | 308.89º | 0.31% | 0.69% | - |
| XYZ | 31.93 | 25.98 | 40.38 | - |
| YUV | 143.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 168 | 0 | 0.31 | 0.05 | 0.31 | 308.89 | 0.25 | 0.58 |
| Hex | B0 | 7A | A8 | 0 | 1F | 5 | 1F | 135 | 19 | 3A |
| Octal | 260 | 172 | 250 | 0 | 37 | 5 | 37 | 465 | 31 | 72 |
| Binary | 10110000 | 1111010 | 10101000 | 0 | 11111 | 101 | 11111 | 100110101 | 11001 | 111010 |
Color Harmonies of #B07AA8
Complementary color
Monochromatic Colors of #B07AA8
Black with #B07AA8
Text Example
Text Example
White with #B07AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07AA8; }
p { color: rgb(176,122,168); }
H1.HeaderClassName
{
color: #B07AA8;
}
.AnyTagClassName
{
color: #B07AA8;
}
</style>
background-color css
<style>
a { background-color: #B07AA8; }
a { background-color: rgb(176,122,168); }
div.DivClassName
{
background-color: #B07AA8;
}
.BgClassName
{
background-color: #B07AA8;
}
</style>
border-color css
<style>
span { border-color: #B07AA8; }
span { border-color: rgb(176,122,168); }
td.TdClassName
{
border-color: #B07AA8;
}
.TagClassName
{
border-color: #B07AA8;
}
</style>