#A493A3

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

Shades of London Hue #A493A3

Tints of London Hue #A493A3

Color information

#A493A3 (or 0xA493A3) is unknown color: approx London Hue. HEX triplet: A4, 93 and A3. RGB value is (164,147,163). Sum of RGB (Red+Green+Blue) = 164+147+163=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A493A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493A3 is #5B6C5C. Grayscale: #999999. Windows color (decimal): -5991517 or 10720164. OLE color: 10720164.

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

Color convert

RGB164147163-
CMYK00.100.010.36
HSL303.53º8.54%60.98%-
HSV(B)303.53º10.37%64.31%-
XYZ32.3531.439.01-
YUV153.91133.13135.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 163 (64.06% from 255) = 34.39%
R=34.60%
G=31.01%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414716300.100.010.36303.538.5460.98
HexA493A30A12413093d
Octal2442232430121444601175
Binary1010010010010011101000110101011001001001100001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493A3; }

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

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

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

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

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

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

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

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