Shades of London Hue #A2949F
Tints of London Hue #A2949F
RGB
CMYK
RGB Variations
Color information
#A2949F (or 0xA2949F) is known color: London Hue. HEX triplet: A2, 94 and 9F. RGB value is (162,148,159). Sum of RGB (Red+Green+Blue) = 162+148+159=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A2949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2949F is #5D6B60. Grayscale: #999999. Windows color (decimal): -6122337 or 10458274. OLE color: 10458274.
HSL color Cylindrical-coordinate representation of color #A2949F: hue angle of 312.86º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2949F is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 159 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.36 |
| HSL | 312.86º | 0.07% | 0.61% | - |
| HSV(B) | 312.86º | 0.09% | 0.64% | - |
| XYZ | 31.75 | 31.36 | 37.18 | - |
| YUV | 153.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 159 | 0 | 0.09 | 0.02 | 0.36 | 312.86 | 0.07 | 0.61 |
| Hex | A2 | 94 | 9F | 0 | 9 | 2 | 24 | 139 | 7 | 3D |
| Octal | 242 | 224 | 237 | 0 | 11 | 2 | 44 | 471 | 7 | 75 |
| Binary | 10100010 | 10010100 | 10011111 | 0 | 1001 | 10 | 100100 | 100111001 | 111 | 111101 |
Color Harmonies of #A2949F
Complementary color
Monochromatic Colors of #A2949F
Black with #A2949F
Text Example
Text Example
White with #A2949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2949F; }
p { color: rgb(162,148,159); }
H1.HeaderClassName
{
color: #A2949F;
}
.AnyTagClassName
{
color: #A2949F;
}
</style>
background-color css
<style>
a { background-color: #A2949F; }
a { background-color: rgb(162,148,159); }
div.DivClassName
{
background-color: #A2949F;
}
.BgClassName
{
background-color: #A2949F;
}
</style>
border-color css
<style>
span { border-color: #A2949F; }
span { border-color: rgb(162,148,159); }
td.TdClassName
{
border-color: #A2949F;
}
.TagClassName
{
border-color: #A2949F;
}
</style>