Shades of London Hue #A296A4
Tints of London Hue #A296A4
RGB
CMYK
RGB Variations
Color information
#A296A4 (or 0xA296A4) is known color: London Hue. HEX triplet: A2, 96 and A4. RGB value is (162,150,164). Sum of RGB (Red+Green+Blue) = 162+150+164=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 164 - color contains mainly: blue. Hex color #A296A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A296A4 is #5D695B. Grayscale: #9B9B9B. Windows color (decimal): -6121820 or 10786466. OLE color: 10786466.
HSL color Cylindrical-coordinate representation of color #A296A4: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A296A4 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 164 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.36 |
| HSL | 291.43º | 0.07% | 0.62% | - |
| HSV(B) | 291.43º | 0.09% | 0.64% | - |
| XYZ | 32.51 | 32.17 | 39.62 | - |
| YUV | 155.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 164 | 0.01 | 0.09 | 0 | 0.36 | 291.43 | 0.07 | 0.62 |
| Hex | A2 | 96 | A4 | 1 | 9 | 0 | 24 | 123 | 7 | 3E |
| Octal | 242 | 226 | 244 | 1 | 11 | 0 | 44 | 443 | 7 | 76 |
| Binary | 10100010 | 10010110 | 10100100 | 1 | 1001 | 0 | 100100 | 100100011 | 111 | 111110 |
Color Harmonies of #A296A4
Complementary color
Monochromatic Colors of #A296A4
Black with #A296A4
Text Example
Text Example
White with #A296A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296A4; }
p { color: rgb(162,150,164); }
H1.HeaderClassName
{
color: #A296A4;
}
.AnyTagClassName
{
color: #A296A4;
}
</style>
background-color css
<style>
a { background-color: #A296A4; }
a { background-color: rgb(162,150,164); }
div.DivClassName
{
background-color: #A296A4;
}
.BgClassName
{
background-color: #A296A4;
}
</style>
border-color css
<style>
span { border-color: #A296A4; }
span { border-color: rgb(162,150,164); }
td.TdClassName
{
border-color: #A296A4;
}
.TagClassName
{
border-color: #A296A4;
}
</style>