Shades of London Hue #AB7BAC
Tints of London Hue #AB7BAC
RGB
CMYK
RGB Variations
Color information
#AB7BAC (or 0xAB7BAC) is known color: London Hue. HEX triplet: AB, 7B and AC. RGB value is (171,123,172). Sum of RGB (Red+Green+Blue) = 171+123+172=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7BAC is #548453. Grayscale: #8E8E8E. Windows color (decimal): -5538900 or 11303851. OLE color: 11303851.
HSL color Cylindrical-coordinate representation of color #AB7BAC: hue angle of 298.78º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB7BAC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 172 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.33 |
| HSL | 298.78º | 0.23% | 0.58% | - |
| HSV(B) | 298.78º | 0.28% | 0.67% | - |
| XYZ | 31.32 | 25.8 | 42.36 | - |
| YUV | 142.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 172 | 0.01 | 0.28 | 0 | 0.33 | 298.78 | 0.23 | 0.58 |
| Hex | AB | 7B | AC | 1 | 1C | 0 | 21 | 12B | 17 | 3A |
| Octal | 253 | 173 | 254 | 1 | 34 | 0 | 41 | 453 | 27 | 72 |
| Binary | 10101011 | 1111011 | 10101100 | 1 | 11100 | 0 | 100001 | 100101011 | 10111 | 111010 |
Color Harmonies of #AB7BAC
Complementary color
Monochromatic Colors of #AB7BAC
Black with #AB7BAC
Text Example
Text Example
White with #AB7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BAC; }
p { color: rgb(171,123,172); }
H1.HeaderClassName
{
color: #AB7BAC;
}
.AnyTagClassName
{
color: #AB7BAC;
}
</style>
background-color css
<style>
a { background-color: #AB7BAC; }
a { background-color: rgb(171,123,172); }
div.DivClassName
{
background-color: #AB7BAC;
}
.BgClassName
{
background-color: #AB7BAC;
}
</style>
border-color css
<style>
span { border-color: #AB7BAC; }
span { border-color: rgb(171,123,172); }
td.TdClassName
{
border-color: #AB7BAC;
}
.TagClassName
{
border-color: #AB7BAC;
}
</style>