#A18EA1

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

Shades of London Hue #A18EA1

Tints of London Hue #A18EA1

Color information

#A18EA1 (or 0xA18EA1) is unknown color: approx London Hue. HEX triplet: A1, 8E and A1. RGB value is (161,142,161). Sum of RGB (Red+Green+Blue) = 161+142+161=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A18EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18EA1 is #5E715E. Grayscale: #959595. Windows color (decimal): -6189407 or 10587809. OLE color: 10587809.

HSL color Cylindrical-coordinate representation of color #A18EA1: hue angle of 300º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A18EA1 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB161142161-
CMYK00.1200.37
HSL300º9.18%59.41%-
HSV(B)300º11.8%63.14%-
XYZ30.829.537.79-
YUV149.85134.29135.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=34.70%
G=30.60%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114216100.1200.373009.1859.41
HexA18EA10C02512c93b
Octal2412162410140454541173
Binary1010000110001110101000010110001001011001011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18EA1; }

 p { color: rgb(161,142,161); }

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

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

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

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

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

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

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