Shades of London Hue #A987AB
Tints of London Hue #A987AB
RGB
CMYK
RGB Variations
Color information
#A987AB (or 0xA987AB) is known color: London Hue. HEX triplet: A9, 87 and AB. RGB value is (169,135,171). Sum of RGB (Red+Green+Blue) = 169+135+171=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #A987AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A987AB is #567854. Grayscale: #959595. Windows color (decimal): -5666901 or 11241385. OLE color: 11241385.
HSL color Cylindrical-coordinate representation of color #A987AB: hue angle of 296.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A987AB is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 135 | 171 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.33 |
| HSL | 296.67º | 0.18% | 0.6% | - |
| HSV(B) | 296.67º | 0.21% | 0.67% | - |
| XYZ | 32.38 | 28.7 | 42.36 | - |
| YUV | 149.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 171 | 0.01 | 0.21 | 0 | 0.33 | 296.67 | 0.18 | 0.6 |
| Hex | A9 | 87 | AB | 1 | 15 | 0 | 21 | 129 | 12 | 3C |
| Octal | 251 | 207 | 253 | 1 | 25 | 0 | 41 | 451 | 22 | 74 |
| Binary | 10101001 | 10000111 | 10101011 | 1 | 10101 | 0 | 100001 | 100101001 | 10010 | 111100 |
Color Harmonies of #A987AB
Complementary color
Monochromatic Colors of #A987AB
Black with #A987AB
Text Example
Text Example
White with #A987AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A987AB; }
p { color: rgb(169,135,171); }
H1.HeaderClassName
{
color: #A987AB;
}
.AnyTagClassName
{
color: #A987AB;
}
</style>
background-color css
<style>
a { background-color: #A987AB; }
a { background-color: rgb(169,135,171); }
div.DivClassName
{
background-color: #A987AB;
}
.BgClassName
{
background-color: #A987AB;
}
</style>
border-color css
<style>
span { border-color: #A987AB; }
span { border-color: rgb(169,135,171); }
td.TdClassName
{
border-color: #A987AB;
}
.TagClassName
{
border-color: #A987AB;
}
</style>