Shades of London Hue #AB89AC
Tints of London Hue #AB89AC
RGB
CMYK
RGB Variations
Color information
#AB89AC (or 0xAB89AC) is known color: London Hue. HEX triplet: AB, 89 and AC. RGB value is (171,137,172). Sum of RGB (Red+Green+Blue) = 171+137+172=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB89AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB89AC is #547653. Grayscale: #979797. Windows color (decimal): -5535316 or 11307435. OLE color: 11307435.
HSL color Cylindrical-coordinate representation of color #AB89AC: hue angle of 298.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB89AC is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 172 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.33 |
| HSL | 298.29º | 0.17% | 0.61% | - |
| HSV(B) | 298.29º | 0.2% | 0.67% | - |
| XYZ | 33.19 | 29.53 | 42.98 | - |
| YUV | 151.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 172 | 0.01 | 0.20 | 0 | 0.33 | 298.29 | 0.17 | 0.61 |
| Hex | AB | 89 | AC | 1 | 14 | 0 | 21 | 12A | 11 | 3D |
| Octal | 253 | 211 | 254 | 1 | 24 | 0 | 41 | 452 | 21 | 75 |
| Binary | 10101011 | 10001001 | 10101100 | 1 | 10100 | 0 | 100001 | 100101010 | 10001 | 111101 |
Color Harmonies of #AB89AC
Complementary color
Monochromatic Colors of #AB89AC
Black with #AB89AC
Text Example
Text Example
White with #AB89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB89AC; }
p { color: rgb(171,137,172); }
H1.HeaderClassName
{
color: #AB89AC;
}
.AnyTagClassName
{
color: #AB89AC;
}
</style>
background-color css
<style>
a { background-color: #AB89AC; }
a { background-color: rgb(171,137,172); }
div.DivClassName
{
background-color: #AB89AC;
}
.BgClassName
{
background-color: #AB89AC;
}
</style>
border-color css
<style>
span { border-color: #AB89AC; }
span { border-color: rgb(171,137,172); }
td.TdClassName
{
border-color: #AB89AC;
}
.TagClassName
{
border-color: #AB89AC;
}
</style>