Shades of London Hue #AB90AC
Tints of London Hue #AB90AC
RGB
CMYK
RGB Variations
Color information
#AB90AC (or 0xAB90AC) is known color: London Hue. HEX triplet: AB, 90 and AC. RGB value is (171,144,172). Sum of RGB (Red+Green+Blue) = 171+144+172=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90AC is #546F53. Grayscale: #9B9B9B. Windows color (decimal): -5533524 or 11309227. OLE color: 11309227.
HSL color Cylindrical-coordinate representation of color #AB90AC: hue angle of 297.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB90AC is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 172 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.33 |
| HSL | 297.86º | 0.14% | 0.62% | - |
| HSV(B) | 297.86º | 0.16% | 0.67% | - |
| XYZ | 34.21 | 31.58 | 43.32 | - |
| YUV | 155.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 172 | 0.01 | 0.16 | 0 | 0.33 | 297.86 | 0.14 | 0.62 |
| Hex | AB | 90 | AC | 1 | 10 | 0 | 21 | 12A | E | 3E |
| Octal | 253 | 220 | 254 | 1 | 20 | 0 | 41 | 452 | 16 | 76 |
| Binary | 10101011 | 10010000 | 10101100 | 1 | 10000 | 0 | 100001 | 100101010 | 1110 | 111110 |
Color Harmonies of #AB90AC
Complementary color
Monochromatic Colors of #AB90AC
Black with #AB90AC
Text Example
Text Example
White with #AB90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB90AC; }
p { color: rgb(171,144,172); }
H1.HeaderClassName
{
color: #AB90AC;
}
.AnyTagClassName
{
color: #AB90AC;
}
</style>
background-color css
<style>
a { background-color: #AB90AC; }
a { background-color: rgb(171,144,172); }
div.DivClassName
{
background-color: #AB90AC;
}
.BgClassName
{
background-color: #AB90AC;
}
</style>
border-color css
<style>
span { border-color: #AB90AC; }
span { border-color: rgb(171,144,172); }
td.TdClassName
{
border-color: #AB90AC;
}
.TagClassName
{
border-color: #AB90AC;
}
</style>