Shades of London Hue #A991AB
Tints of London Hue #A991AB
RGB
CMYK
RGB Variations
Color information
#A991AB (or 0xA991AB) is known color: London Hue. HEX triplet: A9, 91 and AB. RGB value is (169,145,171). Sum of RGB (Red+Green+Blue) = 169+145+171=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #A991AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991AB is #566E54. Grayscale: #9B9B9B. Windows color (decimal): -5664341 or 11243945. OLE color: 11243945.
HSL color Cylindrical-coordinate representation of color #A991AB: hue angle of 295.38º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A991AB is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 145 | 171 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.33 |
| HSL | 295.38º | 0.13% | 0.62% | - |
| HSV(B) | 295.38º | 0.15% | 0.67% | - |
| XYZ | 33.84 | 31.63 | 42.85 | - |
| YUV | 155.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 171 | 0.01 | 0.15 | 0 | 0.33 | 295.38 | 0.13 | 0.62 |
| Hex | A9 | 91 | AB | 1 | F | 0 | 21 | 127 | D | 3E |
| Octal | 251 | 221 | 253 | 1 | 17 | 0 | 41 | 447 | 15 | 76 |
| Binary | 10101001 | 10010001 | 10101011 | 1 | 1111 | 0 | 100001 | 100100111 | 1101 | 111110 |
Color Harmonies of #A991AB
Complementary color
Monochromatic Colors of #A991AB
Black with #A991AB
Text Example
Text Example
White with #A991AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991AB; }
p { color: rgb(169,145,171); }
H1.HeaderClassName
{
color: #A991AB;
}
.AnyTagClassName
{
color: #A991AB;
}
</style>
background-color css
<style>
a { background-color: #A991AB; }
a { background-color: rgb(169,145,171); }
div.DivClassName
{
background-color: #A991AB;
}
.BgClassName
{
background-color: #A991AB;
}
</style>
border-color css
<style>
span { border-color: #A991AB; }
span { border-color: rgb(169,145,171); }
td.TdClassName
{
border-color: #A991AB;
}
.TagClassName
{
border-color: #A991AB;
}
</style>