Shades of London Hue #A487A7
Tints of London Hue #A487A7
RGB
CMYK
RGB Variations
Color information
#A487A7 (or 0xA487A7) is known color: London Hue. HEX triplet: A4, 87 and A7. RGB value is (164,135,167). Sum of RGB (Red+Green+Blue) = 164+135+167=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 167 - color contains mainly: blue. Hex color #A487A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A487A7 is #5B7858. Grayscale: #939393. Windows color (decimal): -5994585 or 10979236. OLE color: 10979236.
HSL color Cylindrical-coordinate representation of color #A487A7: hue angle of 294.38º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A487A7 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 135 | 167 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.35 |
| HSL | 294.38º | 0.15% | 0.59% | - |
| HSV(B) | 294.38º | 0.19% | 0.65% | - |
| XYZ | 30.95 | 28.01 | 40.33 | - |
| YUV | 147.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 167 | 0.02 | 0.19 | 0 | 0.35 | 294.38 | 0.15 | 0.59 |
| Hex | A4 | 87 | A7 | 2 | 13 | 0 | 23 | 126 | F | 3B |
| Octal | 244 | 207 | 247 | 2 | 23 | 0 | 43 | 446 | 17 | 73 |
| Binary | 10100100 | 10000111 | 10100111 | 10 | 10011 | 0 | 100011 | 100100110 | 1111 | 111011 |
Color Harmonies of #A487A7
Complementary color
Monochromatic Colors of #A487A7
Black with #A487A7
Text Example
Text Example
White with #A487A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487A7; }
p { color: rgb(164,135,167); }
H1.HeaderClassName
{
color: #A487A7;
}
.AnyTagClassName
{
color: #A487A7;
}
</style>
background-color css
<style>
a { background-color: #A487A7; }
a { background-color: rgb(164,135,167); }
div.DivClassName
{
background-color: #A487A7;
}
.BgClassName
{
background-color: #A487A7;
}
</style>
border-color css
<style>
span { border-color: #A487A7; }
span { border-color: rgb(164,135,167); }
td.TdClassName
{
border-color: #A487A7;
}
.TagClassName
{
border-color: #A487A7;
}
</style>