#A27DA1

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

Shades of London Hue #A27DA1

Tints of London Hue #A27DA1

Color information

#A27DA1 (or 0xA27DA1) is unknown color: approx London Hue. HEX triplet: A2, 7D and A1. RGB value is (162,125,161). Sum of RGB (Red+Green+Blue) = 162+125+161=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A27DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27DA1 is #5D825E. Grayscale: #8C8C8C. Windows color (decimal): -6128223 or 10583458. OLE color: 10583458.

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

Color convert

RGB162125161-
CMYK00.230.010.36
HSL301.62º16.59%56.27%-
HSV(B)301.62º22.84%63.53%-
XYZ28.6724.9237.02-
YUV140.17139.76143.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 161 (63.28% from 255) = 35.94%
R=36.16%
G=27.90%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212516100.230.010.36301.6216.5956.27
HexA27DA101712412e1138
Octal2421752410271444562170
Binary10100010111110110100001010111110010010010111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DA1; }

 p { color: rgb(162,125,161); }

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

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

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

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

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

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

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