Shades of London Hue #AB9BAD
Tints of London Hue #AB9BAD
RGB
CMYK
RGB Variations
Color information
#AB9BAD (or 0xAB9BAD) is known color: London Hue. HEX triplet: AB, 9B and AD. RGB value is (171,155,173). Sum of RGB (Red+Green+Blue) = 171+155+173=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB9BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BAD is #546452. Grayscale: #A1A1A1. Windows color (decimal): -5530707 or 11377579. OLE color: 11377579.
HSL color Cylindrical-coordinate representation of color #AB9BAD: hue angle of 293.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9BAD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 155 | 173 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.32 |
| HSL | 293.33º | 0.1% | 0.64% | - |
| HSV(B) | 293.33º | 0.1% | 0.68% | - |
| XYZ | 36.06 | 35.12 | 44.41 | - |
| YUV | 161.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 173 | 0.01 | 0.10 | 0 | 0.32 | 293.33 | 0.1 | 0.64 |
| Hex | AB | 9B | AD | 1 | A | 0 | 20 | 125 | A | 40 |
| Octal | 253 | 233 | 255 | 1 | 12 | 0 | 40 | 445 | 12 | 100 |
| Binary | 10101011 | 10011011 | 10101101 | 1 | 1010 | 0 | 100000 | 100100101 | 1010 | 1000000 |
Color Harmonies of #AB9BAD
Complementary color
Monochromatic Colors of #AB9BAD
Black with #AB9BAD
Text Example
Text Example
White with #AB9BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BAD; }
p { color: rgb(171,155,173); }
H1.HeaderClassName
{
color: #AB9BAD;
}
.AnyTagClassName
{
color: #AB9BAD;
}
</style>
background-color css
<style>
a { background-color: #AB9BAD; }
a { background-color: rgb(171,155,173); }
div.DivClassName
{
background-color: #AB9BAD;
}
.BgClassName
{
background-color: #AB9BAD;
}
</style>
border-color css
<style>
span { border-color: #AB9BAD; }
span { border-color: rgb(171,155,173); }
td.TdClassName
{
border-color: #AB9BAD;
}
.TagClassName
{
border-color: #AB9BAD;
}
</style>