#A491A1

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

Shades of London Hue #A491A1

Tints of London Hue #A491A1

Color information

#A491A1 (or 0xA491A1) is unknown color: approx London Hue. HEX triplet: A4, 91 and A1. RGB value is (164,145,161). Sum of RGB (Red+Green+Blue) = 164+145+161=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A491A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A491A1 is #5B6E5E. Grayscale: #989898. Windows color (decimal): -5992031 or 10588580. OLE color: 10588580.

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

Color convert

RGB164145161-
CMYK00.120.020.36
HSL309.47º9.45%60.59%-
HSV(B)309.47º11.59%64.31%-
XYZ31.8730.7237.97-
YUV152.5132.79136.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=34.89%
G=30.85%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414516100.120.020.36309.479.4560.59
HexA491A10C22413593d
Octal2442212410142444651175
Binary10100100100100011010000101100101001001001101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491A1; }

 p { color: rgb(164,145,161); }

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

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

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

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

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

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

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