Shades of London Hue #A27EA3
Tints of London Hue #A27EA3
RGB
CMYK
RGB Variations
Color information
#A27EA3 (or 0xA27EA3) is known color: London Hue. HEX triplet: A2, 7E and A3. RGB value is (162,126,163). Sum of RGB (Red+Green+Blue) = 162+126+163=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 163 - color contains mainly: blue. Hex color #A27EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EA3 is #5D815C. Grayscale: #8C8C8C. Windows color (decimal): -6127965 or 10714786. OLE color: 10714786.
HSL color Cylindrical-coordinate representation of color #A27EA3: hue angle of 298.38º 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 #A27EA3 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 163 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.36 |
| HSL | 298.38º | 0.17% | 0.57% | - |
| HSV(B) | 298.38º | 0.23% | 0.64% | - |
| XYZ | 28.97 | 25.25 | 38 | - |
| YUV | 140.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 163 | 0.01 | 0.23 | 0 | 0.36 | 298.38 | 0.17 | 0.57 |
| Hex | A2 | 7E | A3 | 1 | 17 | 0 | 24 | 12A | 11 | 39 |
| Octal | 242 | 176 | 243 | 1 | 27 | 0 | 44 | 452 | 21 | 71 |
| Binary | 10100010 | 1111110 | 10100011 | 1 | 10111 | 0 | 100100 | 100101010 | 10001 | 111001 |
Color Harmonies of #A27EA3
Complementary color
Monochromatic Colors of #A27EA3
Black with #A27EA3
Text Example
Text Example
White with #A27EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EA3; }
p { color: rgb(162,126,163); }
H1.HeaderClassName
{
color: #A27EA3;
}
.AnyTagClassName
{
color: #A27EA3;
}
</style>
background-color css
<style>
a { background-color: #A27EA3; }
a { background-color: rgb(162,126,163); }
div.DivClassName
{
background-color: #A27EA3;
}
.BgClassName
{
background-color: #A27EA3;
}
</style>
border-color css
<style>
span { border-color: #A27EA3; }
span { border-color: rgb(162,126,163); }
td.TdClassName
{
border-color: #A27EA3;
}
.TagClassName
{
border-color: #A27EA3;
}
</style>