#A27EA2

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

Shades of London Hue #A27EA2

Tints of London Hue #A27EA2

Color information

#A27EA2 (or 0xA27EA2) is unknown color: approx London Hue. HEX triplet: A2, 7E and A2. RGB value is (162,126,162). Sum of RGB (Red+Green+Blue) = 162+126+162=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A27EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EA2 is #5D815D. Grayscale: #8C8C8C. Windows color (decimal): -6127966 or 10649250. OLE color: 10649250.

HSL color Cylindrical-coordinate representation of color #A27EA2: hue angle of 300º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27EA2 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB162126162-
CMYK00.2200.36
HSL300º16.22%56.47%-
HSV(B)300º22.22%63.53%-
XYZ28.8825.2137.53-
YUV140.87139.93143.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 162 (63.67% from 255) = 36%
R=36%
G=28%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212616200.2200.3630016.2256.47
HexA27EA201602412c1038
Octal2421762420260444542070
Binary10100010111111010100010010110010010010010110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EA2; }

 p { color: rgb(162,126,162); }

 H1.HeaderClassName
 {
   color: #A27EA2;
 }
 .AnyTagClassName
 {
   color: #A27EA2;
 }
</style>
background-color css

<style>
 a { background-color: #A27EA2; }

 a { background-color: rgb(162,126,162); }

 div.DivClassName
 {
   background-color: #A27EA2;
 }
 .BgClassName
 {
   background-color: #A27EA2;
 }
</style>
border-color css

<style>
 span { border-color: #A27EA2; }

 span { border-color: rgb(162,126,162); }

 td.TdClassName
 {
   border-color: #A27EA2;
 }
 .TagClassName
 {
   border-color: #A27EA2;
 }
</style>