Shades of London Hue #A77CAB
Tints of London Hue #A77CAB
RGB
CMYK
RGB Variations
Color information
#A77CAB (or 0xA77CAB) is known color: London Hue. HEX triplet: A7, 7C and AB. RGB value is (167,124,171). Sum of RGB (Red+Green+Blue) = 167+124+171=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #A77CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77CAB is #588354. Grayscale: #8E8E8E. Windows color (decimal): -5800789 or 11238567. OLE color: 11238567.
HSL color Cylindrical-coordinate representation of color #A77CAB: hue angle of 294.89º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77CAB is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 124 | 171 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.33 |
| HSL | 294.89º | 0.22% | 0.58% | - |
| HSV(B) | 294.89º | 0.27% | 0.67% | - |
| XYZ | 30.49 | 25.57 | 41.86 | - |
| YUV | 142.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 171 | 0.02 | 0.27 | 0 | 0.33 | 294.89 | 0.22 | 0.58 |
| Hex | A7 | 7C | AB | 2 | 1B | 0 | 21 | 127 | 16 | 3A |
| Octal | 247 | 174 | 253 | 2 | 33 | 0 | 41 | 447 | 26 | 72 |
| Binary | 10100111 | 1111100 | 10101011 | 10 | 11011 | 0 | 100001 | 100100111 | 10110 | 111010 |
Color Harmonies of #A77CAB
Complementary color
Monochromatic Colors of #A77CAB
Black with #A77CAB
Text Example
Text Example
White with #A77CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CAB; }
p { color: rgb(167,124,171); }
H1.HeaderClassName
{
color: #A77CAB;
}
.AnyTagClassName
{
color: #A77CAB;
}
</style>
background-color css
<style>
a { background-color: #A77CAB; }
a { background-color: rgb(167,124,171); }
div.DivClassName
{
background-color: #A77CAB;
}
.BgClassName
{
background-color: #A77CAB;
}
</style>
border-color css
<style>
span { border-color: #A77CAB; }
span { border-color: rgb(167,124,171); }
td.TdClassName
{
border-color: #A77CAB;
}
.TagClassName
{
border-color: #A77CAB;
}
</style>