Shades of London Hue #A27EA4
Tints of London Hue #A27EA4
RGB
CMYK
RGB Variations
Color information
#A27EA4 (or 0xA27EA4) is known color: London Hue. HEX triplet: A2, 7E and A4. RGB value is (162,126,164). Sum of RGB (Red+Green+Blue) = 162+126+164=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 164 - color contains mainly: blue. Hex color #A27EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EA4 is #5D815B. Grayscale: #8C8C8C. Windows color (decimal): -6127964 or 10780322. OLE color: 10780322.
HSL color Cylindrical-coordinate representation of color #A27EA4: hue angle of 296.84º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27EA4 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 164 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.36 |
| HSL | 296.84º | 0.17% | 0.57% | - |
| HSV(B) | 296.84º | 0.23% | 0.64% | - |
| XYZ | 29.06 | 25.28 | 38.47 | - |
| YUV | 141.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 164 | 0.01 | 0.23 | 0 | 0.36 | 296.84 | 0.17 | 0.57 |
| Hex | A2 | 7E | A4 | 1 | 17 | 0 | 24 | 129 | 11 | 39 |
| Octal | 242 | 176 | 244 | 1 | 27 | 0 | 44 | 451 | 21 | 71 |
| Binary | 10100010 | 1111110 | 10100100 | 1 | 10111 | 0 | 100100 | 100101001 | 10001 | 111001 |
Color Harmonies of #A27EA4
Complementary color
Monochromatic Colors of #A27EA4
Black with #A27EA4
Text Example
Text Example
White with #A27EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EA4; }
p { color: rgb(162,126,164); }
H1.HeaderClassName
{
color: #A27EA4;
}
.AnyTagClassName
{
color: #A27EA4;
}
</style>
background-color css
<style>
a { background-color: #A27EA4; }
a { background-color: rgb(162,126,164); }
div.DivClassName
{
background-color: #A27EA4;
}
.BgClassName
{
background-color: #A27EA4;
}
</style>
border-color css
<style>
span { border-color: #A27EA4; }
span { border-color: rgb(162,126,164); }
td.TdClassName
{
border-color: #A27EA4;
}
.TagClassName
{
border-color: #A27EA4;
}
</style>