Shades of London Hue #A992AB
Tints of London Hue #A992AB
RGB
CMYK
RGB Variations
Color information
#A992AB (or 0xA992AB) is known color: London Hue. HEX triplet: A9, 92 and AB. RGB value is (169,146,171). Sum of RGB (Red+Green+Blue) = 169+146+171=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A992AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992AB is #566D54. Grayscale: #9B9B9B. Windows color (decimal): -5664085 or 11244201. OLE color: 11244201.
HSL color Cylindrical-coordinate representation of color #A992AB: hue angle of 295.2º 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 #A992AB is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 146 | 171 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.33 |
| HSL | 295.2º | 0.13% | 0.62% | - |
| HSV(B) | 295.2º | 0.15% | 0.67% | - |
| XYZ | 33.99 | 31.93 | 42.9 | - |
| YUV | 155.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 171 | 0.01 | 0.15 | 0 | 0.33 | 295.2 | 0.13 | 0.62 |
| Hex | A9 | 92 | AB | 1 | F | 0 | 21 | 127 | D | 3E |
| Octal | 251 | 222 | 253 | 1 | 17 | 0 | 41 | 447 | 15 | 76 |
| Binary | 10101001 | 10010010 | 10101011 | 1 | 1111 | 0 | 100001 | 100100111 | 1101 | 111110 |
Color Harmonies of #A992AB
Complementary color
Monochromatic Colors of #A992AB
Black with #A992AB
Text Example
Text Example
White with #A992AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A992AB; }
p { color: rgb(169,146,171); }
H1.HeaderClassName
{
color: #A992AB;
}
.AnyTagClassName
{
color: #A992AB;
}
</style>
background-color css
<style>
a { background-color: #A992AB; }
a { background-color: rgb(169,146,171); }
div.DivClassName
{
background-color: #A992AB;
}
.BgClassName
{
background-color: #A992AB;
}
</style>
border-color css
<style>
span { border-color: #A992AB; }
span { border-color: rgb(169,146,171); }
td.TdClassName
{
border-color: #A992AB;
}
.TagClassName
{
border-color: #A992AB;
}
</style>