#A1819F

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

Shades of London Hue #A1819F

Tints of London Hue #A1819F

Color information

#A1819F (or 0xA1819F) is unknown color: approx London Hue. HEX triplet: A1, 81 and 9F. RGB value is (161,129,159). Sum of RGB (Red+Green+Blue) = 161+129+159=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 161 - color contains mainly: red. Hex color #A1819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1819F is #5E7E60. Grayscale: #8D8D8D. Windows color (decimal): -6192737 or 10453409. OLE color: 10453409.

HSL color Cylindrical-coordinate representation of color #A1819F: hue angle of 303.75º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1819F is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB161129159-
CMYK00.200.010.37
HSL303.75º14.55%56.86%-
HSV(B)303.75º19.88%63.14%-
XYZ28.8125.7836.26-
YUV141.99137.6141.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=35.86%
G=28.73%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112915900.200.010.37303.7514.5556.86
HexA1819F014125130f39
Octal2412012370241454601771
Binary10100001100000011001111101010011001011001100001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1819F; }

 p { color: rgb(161,129,159); }

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

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

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

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

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

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

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