Shades of London Hue #A77FAB
Tints of London Hue #A77FAB
RGB
CMYK
RGB Variations
Color information
#A77FAB (or 0xA77FAB) is known color: London Hue. HEX triplet: A7, 7F and AB. RGB value is (167,127,171). Sum of RGB (Red+Green+Blue) = 167+127+171=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #A77FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77FAB is #588054. Grayscale: #8F8F8F. Windows color (decimal): -5800021 or 11239335. OLE color: 11239335.
HSL color Cylindrical-coordinate representation of color #A77FAB: hue angle of 294.55º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A77FAB is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 127 | 171 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.33 |
| HSL | 294.55º | 0.21% | 0.58% | - |
| HSV(B) | 294.55º | 0.26% | 0.67% | - |
| XYZ | 30.88 | 26.33 | 41.98 | - |
| YUV | 143.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 171 | 0.02 | 0.26 | 0 | 0.33 | 294.55 | 0.21 | 0.58 |
| Hex | A7 | 7F | AB | 2 | 1A | 0 | 21 | 127 | 15 | 3A |
| Octal | 247 | 177 | 253 | 2 | 32 | 0 | 41 | 447 | 25 | 72 |
| Binary | 10100111 | 1111111 | 10101011 | 10 | 11010 | 0 | 100001 | 100100111 | 10101 | 111010 |
Color Harmonies of #A77FAB
Complementary color
Monochromatic Colors of #A77FAB
Black with #A77FAB
Text Example
Text Example
White with #A77FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77FAB; }
p { color: rgb(167,127,171); }
H1.HeaderClassName
{
color: #A77FAB;
}
.AnyTagClassName
{
color: #A77FAB;
}
</style>
background-color css
<style>
a { background-color: #A77FAB; }
a { background-color: rgb(167,127,171); }
div.DivClassName
{
background-color: #A77FAB;
}
.BgClassName
{
background-color: #A77FAB;
}
</style>
border-color css
<style>
span { border-color: #A77FAB; }
span { border-color: rgb(167,127,171); }
td.TdClassName
{
border-color: #A77FAB;
}
.TagClassName
{
border-color: #A77FAB;
}
</style>