Shades of London Hue #A77DAB
Tints of London Hue #A77DAB
RGB
CMYK
RGB Variations
Color information
#A77DAB (or 0xA77DAB) is known color: London Hue. HEX triplet: A7, 7D and AB. RGB value is (167,125,171). Sum of RGB (Red+Green+Blue) = 167+125+171=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #A77DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77DAB is #588254. Grayscale: #8E8E8E. Windows color (decimal): -5800533 or 11238823. OLE color: 11238823.
HSL color Cylindrical-coordinate representation of color #A77DAB: hue angle of 294.78º degrees, saturation: 0.21, 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 #A77DAB is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 125 | 171 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.33 |
| HSL | 294.78º | 0.21% | 0.58% | - |
| HSV(B) | 294.78º | 0.27% | 0.67% | - |
| XYZ | 30.62 | 25.82 | 41.9 | - |
| YUV | 142.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 125 | 171 | 0.02 | 0.27 | 0 | 0.33 | 294.78 | 0.21 | 0.58 |
| Hex | A7 | 7D | AB | 2 | 1B | 0 | 21 | 127 | 15 | 3A |
| Octal | 247 | 175 | 253 | 2 | 33 | 0 | 41 | 447 | 25 | 72 |
| Binary | 10100111 | 1111101 | 10101011 | 10 | 11011 | 0 | 100001 | 100100111 | 10101 | 111010 |
Color Harmonies of #A77DAB
Complementary color
Monochromatic Colors of #A77DAB
Black with #A77DAB
Text Example
Text Example
White with #A77DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DAB; }
p { color: rgb(167,125,171); }
H1.HeaderClassName
{
color: #A77DAB;
}
.AnyTagClassName
{
color: #A77DAB;
}
</style>
background-color css
<style>
a { background-color: #A77DAB; }
a { background-color: rgb(167,125,171); }
div.DivClassName
{
background-color: #A77DAB;
}
.BgClassName
{
background-color: #A77DAB;
}
</style>
border-color css
<style>
span { border-color: #A77DAB; }
span { border-color: rgb(167,125,171); }
td.TdClassName
{
border-color: #A77DAB;
}
.TagClassName
{
border-color: #A77DAB;
}
</style>