Shades of London Hue #A292A3
Tints of London Hue #A292A3
RGB
CMYK
RGB Variations
Color information
#A292A3 (or 0xA292A3) is known color: London Hue. HEX triplet: A2, 92 and A3. RGB value is (162,146,163). Sum of RGB (Red+Green+Blue) = 162+146+163=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 163 - color contains mainly: blue. Hex color #A292A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A292A3 is #5D6D5C. Grayscale: #989898. Windows color (decimal): -6122845 or 10719906. OLE color: 10719906.
HSL color Cylindrical-coordinate representation of color #A292A3: hue angle of 296.47º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A292A3 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 163 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.36 |
| HSL | 296.47º | 0.08% | 0.61% | - |
| HSV(B) | 296.47º | 0.1% | 0.64% | - |
| XYZ | 31.79 | 30.88 | 38.94 | - |
| YUV | 152.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 163 | 0.01 | 0.10 | 0 | 0.36 | 296.47 | 0.08 | 0.61 |
| Hex | A2 | 92 | A3 | 1 | A | 0 | 24 | 128 | 8 | 3D |
| Octal | 242 | 222 | 243 | 1 | 12 | 0 | 44 | 450 | 10 | 75 |
| Binary | 10100010 | 10010010 | 10100011 | 1 | 1010 | 0 | 100100 | 100101000 | 1000 | 111101 |
Color Harmonies of #A292A3
Complementary color
Monochromatic Colors of #A292A3
Black with #A292A3
Text Example
Text Example
White with #A292A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292A3; }
p { color: rgb(162,146,163); }
H1.HeaderClassName
{
color: #A292A3;
}
.AnyTagClassName
{
color: #A292A3;
}
</style>
background-color css
<style>
a { background-color: #A292A3; }
a { background-color: rgb(162,146,163); }
div.DivClassName
{
background-color: #A292A3;
}
.BgClassName
{
background-color: #A292A3;
}
</style>
border-color css
<style>
span { border-color: #A292A3; }
span { border-color: rgb(162,146,163); }
td.TdClassName
{
border-color: #A292A3;
}
.TagClassName
{
border-color: #A292A3;
}
</style>