#A491A0

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

Shades of London Hue #A491A0

Tints of London Hue #A491A0

Color information

#A491A0 (or 0xA491A0) is unknown color: approx London Hue. HEX triplet: A4, 91 and A0. RGB value is (164,145,160). Sum of RGB (Red+Green+Blue) = 164+145+160=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 164 - color contains mainly: red. Hex color #A491A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A491A0 is #5B6E5F. Grayscale: #989898. Windows color (decimal): -5992032 or 10523044. OLE color: 10523044.

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

Color convert

RGB164145160-
CMYK00.120.020.36
HSL312.63º9.45%60.59%-
HSV(B)312.63º11.59%64.31%-
XYZ31.7830.6837.5-
YUV152.39132.29136.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=34.97%
G=30.92%
B=34.12%

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
Decimal16414516000.120.020.36312.639.4560.59
HexA491A00C22413993d
Octal2442212400142444711175
Binary10100100100100011010000001100101001001001110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491A0; }

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

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

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

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

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

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

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

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