Shades of London Hue #AB8FAE
Tints of London Hue #AB8FAE
RGB
CMYK
RGB Variations
Color information
#AB8FAE (or 0xAB8FAE) is known color: London Hue. HEX triplet: AB, 8F and AE. RGB value is (171,143,174). Sum of RGB (Red+Green+Blue) = 171+143+174=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FAE is #547051. Grayscale: #9A9A9A. Windows color (decimal): -5533778 or 11440043. OLE color: 11440043.
HSL color Cylindrical-coordinate representation of color #AB8FAE: hue angle of 294.19º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB8FAE is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 143 | 174 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.32 |
| HSL | 294.19º | 0.16% | 0.62% | - |
| HSV(B) | 294.19º | 0.18% | 0.68% | - |
| XYZ | 34.26 | 31.36 | 44.29 | - |
| YUV | 154.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 174 | 0.02 | 0.18 | 0 | 0.32 | 294.19 | 0.16 | 0.62 |
| Hex | AB | 8F | AE | 2 | 12 | 0 | 20 | 126 | 10 | 3E |
| Octal | 253 | 217 | 256 | 2 | 22 | 0 | 40 | 446 | 20 | 76 |
| Binary | 10101011 | 10001111 | 10101110 | 10 | 10010 | 0 | 100000 | 100100110 | 10000 | 111110 |
Color Harmonies of #AB8FAE
Complementary color
Monochromatic Colors of #AB8FAE
Black with #AB8FAE
Text Example
Text Example
White with #AB8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8FAE; }
p { color: rgb(171,143,174); }
H1.HeaderClassName
{
color: #AB8FAE;
}
.AnyTagClassName
{
color: #AB8FAE;
}
</style>
background-color css
<style>
a { background-color: #AB8FAE; }
a { background-color: rgb(171,143,174); }
div.DivClassName
{
background-color: #AB8FAE;
}
.BgClassName
{
background-color: #AB8FAE;
}
</style>
border-color css
<style>
span { border-color: #AB8FAE; }
span { border-color: rgb(171,143,174); }
td.TdClassName
{
border-color: #AB8FAE;
}
.TagClassName
{
border-color: #AB8FAE;
}
</style>