Shades of London Hue #A77AA4
Tints of London Hue #A77AA4
RGB
CMYK
RGB Variations
Color information
#A77AA4 (or 0xA77AA4) is known color: London Hue. HEX triplet: A7, 7A and A4. RGB value is (167,122,164). Sum of RGB (Red+Green+Blue) = 167+122+164=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A77AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77AA4 is #58855B. Grayscale: #8C8C8C. Windows color (decimal): -5801308 or 10779303. OLE color: 10779303.
HSL color Cylindrical-coordinate representation of color #A77AA4: hue angle of 304º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77AA4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 164 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.35 |
| HSL | 304º | 0.2% | 0.57% | - |
| HSV(B) | 304º | 0.27% | 0.65% | - |
| XYZ | 29.6 | 24.81 | 38.35 | - |
| YUV | 140.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 164 | 0 | 0.27 | 0.02 | 0.35 | 304 | 0.2 | 0.57 |
| Hex | A7 | 7A | A4 | 0 | 1B | 2 | 23 | 130 | 14 | 39 |
| Octal | 247 | 172 | 244 | 0 | 33 | 2 | 43 | 460 | 24 | 71 |
| Binary | 10100111 | 1111010 | 10100100 | 0 | 11011 | 10 | 100011 | 100110000 | 10100 | 111001 |
Color Harmonies of #A77AA4
Complementary color
Monochromatic Colors of #A77AA4
Black with #A77AA4
Text Example
Text Example
White with #A77AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77AA4; }
p { color: rgb(167,122,164); }
H1.HeaderClassName
{
color: #A77AA4;
}
.AnyTagClassName
{
color: #A77AA4;
}
</style>
background-color css
<style>
a { background-color: #A77AA4; }
a { background-color: rgb(167,122,164); }
div.DivClassName
{
background-color: #A77AA4;
}
.BgClassName
{
background-color: #A77AA4;
}
</style>
border-color css
<style>
span { border-color: #A77AA4; }
span { border-color: rgb(167,122,164); }
td.TdClassName
{
border-color: #A77AA4;
}
.TagClassName
{
border-color: #A77AA4;
}
</style>