Shades of London Hue #A396A5
Tints of London Hue #A396A5
RGB
CMYK
RGB Variations
Color information
#A396A5 (or 0xA396A5) is known color: London Hue. HEX triplet: A3, 96 and A5. RGB value is (163,150,165). Sum of RGB (Red+Green+Blue) = 163+150+165=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 165 - color contains mainly: blue. Hex color #A396A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A396A5 is #5C695A. Grayscale: #9B9B9B. Windows color (decimal): -6056283 or 10852003. OLE color: 10852003.
HSL color Cylindrical-coordinate representation of color #A396A5: hue angle of 292º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A396A5 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 150 | 165 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.35 |
| HSL | 292º | 0.08% | 0.62% | - |
| HSV(B) | 292º | 0.09% | 0.65% | - |
| XYZ | 32.8 | 32.32 | 40.11 | - |
| YUV | 155.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 165 | 0.01 | 0.09 | 0 | 0.35 | 292 | 0.08 | 0.62 |
| Hex | A3 | 96 | A5 | 1 | 9 | 0 | 23 | 124 | 8 | 3E |
| Octal | 243 | 226 | 245 | 1 | 11 | 0 | 43 | 444 | 10 | 76 |
| Binary | 10100011 | 10010110 | 10100101 | 1 | 1001 | 0 | 100011 | 100100100 | 1000 | 111110 |
Color Harmonies of #A396A5
Complementary color
Monochromatic Colors of #A396A5
Black with #A396A5
Text Example
Text Example
White with #A396A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A396A5; }
p { color: rgb(163,150,165); }
H1.HeaderClassName
{
color: #A396A5;
}
.AnyTagClassName
{
color: #A396A5;
}
</style>
background-color css
<style>
a { background-color: #A396A5; }
a { background-color: rgb(163,150,165); }
div.DivClassName
{
background-color: #A396A5;
}
.BgClassName
{
background-color: #A396A5;
}
</style>
border-color css
<style>
span { border-color: #A396A5; }
span { border-color: rgb(163,150,165); }
td.TdClassName
{
border-color: #A396A5;
}
.TagClassName
{
border-color: #A396A5;
}
</style>