#A194A1

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

Shades of London Hue #A194A1

Tints of London Hue #A194A1

Color information

#A194A1 (or 0xA194A1) is unknown color: approx London Hue. HEX triplet: A1, 94 and A1. RGB value is (161,148,161). Sum of RGB (Red+Green+Blue) = 161+148+161=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A194A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A194A1 is #5E6B5E. Grayscale: #999999. Windows color (decimal): -6187871 or 10589345. OLE color: 10589345.

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

Color convert

RGB161148161-
CMYK00.0800.37
HSL300º6.47%60.59%-
HSV(B)300º8.07%63.14%-
XYZ31.7231.3338.09-
YUV153.37132.31133.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=34.26%
G=31.49%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114816100.0800.373006.4760.59
HexA194A10802512c63d
Octal241224241010045454675
Binary101000011001010010100001010000100101100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194A1; }

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

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

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

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

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

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

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

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