Shades of London Hue #A47EA5
Tints of London Hue #A47EA5
RGB
CMYK
RGB Variations
Color information
#A47EA5 (or 0xA47EA5) is known color: London Hue. HEX triplet: A4, 7E and A5. RGB value is (164,126,165). Sum of RGB (Red+Green+Blue) = 164+126+165=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 165 - color contains mainly: blue. Hex color #A47EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47EA5 is #5B815A. Grayscale: #8D8D8D. Windows color (decimal): -5996891 or 10845860. OLE color: 10845860.
HSL color Cylindrical-coordinate representation of color #A47EA5: hue angle of 298.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47EA5 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 126 | 165 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.35 |
| HSL | 298.46º | 0.18% | 0.57% | - |
| HSV(B) | 298.46º | 0.24% | 0.65% | - |
| XYZ | 29.56 | 25.53 | 38.97 | - |
| YUV | 141.81 | 141.09 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 165 | 0.01 | 0.24 | 0 | 0.35 | 298.46 | 0.18 | 0.57 |
| Hex | A4 | 7E | A5 | 1 | 18 | 0 | 23 | 12A | 12 | 39 |
| Octal | 244 | 176 | 245 | 1 | 30 | 0 | 43 | 452 | 22 | 71 |
| Binary | 10100100 | 1111110 | 10100101 | 1 | 11000 | 0 | 100011 | 100101010 | 10010 | 111001 |
Color Harmonies of #A47EA5
Complementary color
Monochromatic Colors of #A47EA5
Black with #A47EA5
Text Example
Text Example
White with #A47EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47EA5; }
p { color: rgb(164,126,165); }
H1.HeaderClassName
{
color: #A47EA5;
}
.AnyTagClassName
{
color: #A47EA5;
}
</style>
background-color css
<style>
a { background-color: #A47EA5; }
a { background-color: rgb(164,126,165); }
div.DivClassName
{
background-color: #A47EA5;
}
.BgClassName
{
background-color: #A47EA5;
}
</style>
border-color css
<style>
span { border-color: #A47EA5; }
span { border-color: rgb(164,126,165); }
td.TdClassName
{
border-color: #A47EA5;
}
.TagClassName
{
border-color: #A47EA5;
}
</style>