Shades of London Hue #AB8FAD
Tints of London Hue #AB8FAD
RGB
CMYK
RGB Variations
Color information
#AB8FAD (or 0xAB8FAD) is known color: London Hue. HEX triplet: AB, 8F and AD. RGB value is (171,143,173). Sum of RGB (Red+Green+Blue) = 171+143+173=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FAD is #547052. Grayscale: #9A9A9A. Windows color (decimal): -5533779 or 11374507. OLE color: 11374507.
HSL color Cylindrical-coordinate representation of color #AB8FAD: hue angle of 296º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB8FAD is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 143 | 173 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.32 |
| HSL | 296º | 0.15% | 0.62% | - |
| HSV(B) | 296º | 0.17% | 0.68% | - |
| XYZ | 34.16 | 31.32 | 43.78 | - |
| YUV | 154.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 173 | 0.01 | 0.17 | 0 | 0.32 | 296 | 0.15 | 0.62 |
| Hex | AB | 8F | AD | 1 | 11 | 0 | 20 | 128 | F | 3E |
| Octal | 253 | 217 | 255 | 1 | 21 | 0 | 40 | 450 | 17 | 76 |
| Binary | 10101011 | 10001111 | 10101101 | 1 | 10001 | 0 | 100000 | 100101000 | 1111 | 111110 |
Color Harmonies of #AB8FAD
Complementary color
Monochromatic Colors of #AB8FAD
Black with #AB8FAD
Text Example
Text Example
White with #AB8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FAD; }
p { color: rgb(171,143,173); }
H1.HeaderClassName
{
color: #AB8FAD;
}
.AnyTagClassName
{
color: #AB8FAD;
}
</style>
background-color css
<style>
a { background-color: #AB8FAD; }
a { background-color: rgb(171,143,173); }
div.DivClassName
{
background-color: #AB8FAD;
}
.BgClassName
{
background-color: #AB8FAD;
}
</style>
border-color css
<style>
span { border-color: #AB8FAD; }
span { border-color: rgb(171,143,173); }
td.TdClassName
{
border-color: #AB8FAD;
}
.TagClassName
{
border-color: #AB8FAD;
}
</style>