#A18AA3

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

Shades of London Hue #A18AA3

Tints of London Hue #A18AA3

Color information

#A18AA3 (or 0xA18AA3) is unknown color: approx London Hue. HEX triplet: A1, 8A and A3. RGB value is (161,138,163). Sum of RGB (Red+Green+Blue) = 161+138+163=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 163 - color contains mainly: blue. Hex color #A18AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18AA3 is #5E755C. Grayscale: #939393. Windows color (decimal): -6190429 or 10717857. OLE color: 10717857.

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

Color convert

RGB161138163-
CMYK0.010.1500.36
HSL295.2º11.96%59.02%-
HSV(B)295.2º15.34%63.92%-
XYZ30.428.438.53-
YUV147.73136.62137.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 163 (64.06% from 255) = 35.28%
R=34.85%
G=29.87%
B=35.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611381630.010.1500.36295.211.9659.02
HexA18AA31F024127c3b
Octal2412122431170444471473
Binary1010000110001010101000111111101001001001001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AA3; }

 p { color: rgb(161,138,163); }

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

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

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

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

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

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

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