#A27EA4

Color #A27EA4 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A27EA4

Tints of London Hue #A27EA4

Color information

#A27EA4 (or 0xA27EA4) is unknown color: approx 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

RGB162126164-
CMYK0.010.2300.36
HSL296.84º17.27%56.86%-
HSV(B)296.84º23.17%64.31%-
XYZ29.0625.2838.47-
YUV141.1140.93142.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 164 (64.45% from 255) = 36.28%
R=35.84%
G=27.88%
B=36.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621261640.010.2300.36296.8417.2756.86
HexA27EA41170241291139
Octal2421762441270444512171
Binary10100010111111010100100110111010010010010100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>