Shades of London Hue #A296A3
Tints of London Hue #A296A3
RGB
CMYK
RGB Variations
Color information
#A296A3 (or 0xA296A3) is known color: London Hue. HEX triplet: A2, 96 and A3. RGB value is (162,150,163). Sum of RGB (Red+Green+Blue) = 162+150+163=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 163 - color contains mainly: blue. Hex color #A296A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A296A3 is #5D695C. Grayscale: #9B9B9B. Windows color (decimal): -6121821 or 10720930. OLE color: 10720930.
HSL color Cylindrical-coordinate representation of color #A296A3: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A296A3 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 163 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.36 |
| HSL | 295.38º | 0.07% | 0.61% | - |
| HSV(B) | 295.38º | 0.08% | 0.64% | - |
| XYZ | 32.42 | 32.14 | 39.15 | - |
| YUV | 155.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 163 | 0.01 | 0.08 | 0 | 0.36 | 295.38 | 0.07 | 0.61 |
| Hex | A2 | 96 | A3 | 1 | 8 | 0 | 24 | 127 | 7 | 3D |
| Octal | 242 | 226 | 243 | 1 | 10 | 0 | 44 | 447 | 7 | 75 |
| Binary | 10100010 | 10010110 | 10100011 | 1 | 1000 | 0 | 100100 | 100100111 | 111 | 111101 |
Color Harmonies of #A296A3
Complementary color
Monochromatic Colors of #A296A3
Black with #A296A3
Text Example
Text Example
White with #A296A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296A3; }
p { color: rgb(162,150,163); }
H1.HeaderClassName
{
color: #A296A3;
}
.AnyTagClassName
{
color: #A296A3;
}
</style>
background-color css
<style>
a { background-color: #A296A3; }
a { background-color: rgb(162,150,163); }
div.DivClassName
{
background-color: #A296A3;
}
.BgClassName
{
background-color: #A296A3;
}
</style>
border-color css
<style>
span { border-color: #A296A3; }
span { border-color: rgb(162,150,163); }
td.TdClassName
{
border-color: #A296A3;
}
.TagClassName
{
border-color: #A296A3;
}
</style>