#A492A3

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

Shades of London Hue #A492A3

Tints of London Hue #A492A3

Color information

#A492A3 (or 0xA492A3) is unknown color: approx London Hue. HEX triplet: A4, 92 and A3. RGB value is (164,146,163). Sum of RGB (Red+Green+Blue) = 164+146+163=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 164 - color contains mainly: red. Hex color #A492A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A492A3 is #5B6D5C. Grayscale: #999999. Windows color (decimal): -5991773 or 10719908. OLE color: 10719908.

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

Color convert

RGB164146163-
CMYK00.110.010.36
HSL303.33º9%60.78%-
HSV(B)303.33º10.98%64.31%-
XYZ32.231.0938.96-
YUV153.32133.46135.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 163 (64.06% from 255) = 34.46%
R=34.67%
G=30.87%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414616300.110.010.36303.33960.78
HexA492A30B12412f93d
Octal2442222430131444571175
Binary1010010010010010101000110101111001001001011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492A3; }

 p { color: rgb(164,146,163); }

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

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

 a { background-color: rgb(164,146,163); }

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

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

 span { border-color: rgb(164,146,163); }

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