Shades of London Hue #A397A5
Tints of London Hue #A397A5
RGB
CMYK
RGB Variations
Color information
#A397A5 (or 0xA397A5) is known color: London Hue. HEX triplet: A3, 97 and A5. RGB value is (163,151,165). Sum of RGB (Red+Green+Blue) = 163+151+165=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 165 - color contains mainly: blue. Hex color #A397A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A397A5 is #5C685A. Grayscale: #9C9C9C. Windows color (decimal): -6056027 or 10852259. OLE color: 10852259.
HSL color Cylindrical-coordinate representation of color #A397A5: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A397A5 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 151 | 165 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.35 |
| HSL | 291.43º | 0.07% | 0.62% | - |
| HSV(B) | 291.43º | 0.08% | 0.65% | - |
| XYZ | 32.96 | 32.64 | 40.16 | - |
| YUV | 156.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 165 | 0.01 | 0.08 | 0 | 0.35 | 291.43 | 0.07 | 0.62 |
| Hex | A3 | 97 | A5 | 1 | 8 | 0 | 23 | 123 | 7 | 3E |
| Octal | 243 | 227 | 245 | 1 | 10 | 0 | 43 | 443 | 7 | 76 |
| Binary | 10100011 | 10010111 | 10100101 | 1 | 1000 | 0 | 100011 | 100100011 | 111 | 111110 |
Color Harmonies of #A397A5
Complementary color
Monochromatic Colors of #A397A5
Black with #A397A5
Text Example
Text Example
White with #A397A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A397A5; }
p { color: rgb(163,151,165); }
H1.HeaderClassName
{
color: #A397A5;
}
.AnyTagClassName
{
color: #A397A5;
}
</style>
background-color css
<style>
a { background-color: #A397A5; }
a { background-color: rgb(163,151,165); }
div.DivClassName
{
background-color: #A397A5;
}
.BgClassName
{
background-color: #A397A5;
}
</style>
border-color css
<style>
span { border-color: #A397A5; }
span { border-color: rgb(163,151,165); }
td.TdClassName
{
border-color: #A397A5;
}
.TagClassName
{
border-color: #A397A5;
}
</style>