#A189A2

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

Shades of London Hue #A189A2

Tints of London Hue #A189A2

Color information

#A189A2 (or 0xA189A2) is unknown color: approx London Hue. HEX triplet: A1, 89 and A2. RGB value is (161,137,162). Sum of RGB (Red+Green+Blue) = 161+137+162=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 162 - color contains mainly: blue. Hex color #A189A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A189A2 is #5E765D. Grayscale: #929292. Windows color (decimal): -6190686 or 10652065. OLE color: 10652065.

HSL color Cylindrical-coordinate representation of color #A189A2: hue angle of 297.6º 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 #A189A2 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB161137162-
CMYK0.010.1500.36
HSL297.6º11.85%58.63%-
HSV(B)297.6º15.43%63.53%-
XYZ30.1728.0838.01-
YUV147.03136.45137.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 162 (63.67% from 255) = 35.22%
R=35%
G=29.78%
B=35.22%

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
Decimal1611371620.010.1500.36297.611.8558.63
HexA189A21F02412ac3b
Octal2412112421170444521473
Binary1010000110001001101000101111101001001001010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189A2; }

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

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

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

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

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

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

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

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