Shades of London Hue #A294A0
Tints of London Hue #A294A0
RGB
CMYK
RGB Variations
Color information
#A294A0 (or 0xA294A0) is known color: London Hue. HEX triplet: A2, 94 and A0. RGB value is (162,148,160). Sum of RGB (Red+Green+Blue) = 162+148+160=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 162 - color contains mainly: red. Hex color #A294A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A294A0 is #5D6B5F. Grayscale: #999999. Windows color (decimal): -6122336 or 10523810. OLE color: 10523810.
HSL color Cylindrical-coordinate representation of color #A294A0: hue angle of 308.57º 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 #A294A0 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 160 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.36 |
| HSL | 308.57º | 0.07% | 0.61% | - |
| HSV(B) | 308.57º | 0.09% | 0.64% | - |
| XYZ | 31.84 | 31.4 | 37.64 | - |
| YUV | 153.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 160 | 0 | 0.09 | 0.01 | 0.36 | 308.57 | 0.07 | 0.61 |
| Hex | A2 | 94 | A0 | 0 | 9 | 1 | 24 | 135 | 7 | 3D |
| Octal | 242 | 224 | 240 | 0 | 11 | 1 | 44 | 465 | 7 | 75 |
| Binary | 10100010 | 10010100 | 10100000 | 0 | 1001 | 1 | 100100 | 100110101 | 111 | 111101 |
Color Harmonies of #A294A0
Complementary color
Monochromatic Colors of #A294A0
Black with #A294A0
Text Example
Text Example
White with #A294A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A294A0; }
p { color: rgb(162,148,160); }
H1.HeaderClassName
{
color: #A294A0;
}
.AnyTagClassName
{
color: #A294A0;
}
</style>
background-color css
<style>
a { background-color: #A294A0; }
a { background-color: rgb(162,148,160); }
div.DivClassName
{
background-color: #A294A0;
}
.BgClassName
{
background-color: #A294A0;
}
</style>
border-color css
<style>
span { border-color: #A294A0; }
span { border-color: rgb(162,148,160); }
td.TdClassName
{
border-color: #A294A0;
}
.TagClassName
{
border-color: #A294A0;
}
</style>