#A493A7

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

Shades of London Hue #A493A7

Tints of London Hue #A493A7

Color information

#A493A7 (or 0xA493A7) is unknown color: approx London Hue. HEX triplet: A4, 93 and A7. RGB value is (164,147,167). Sum of RGB (Red+Green+Blue) = 164+147+167=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 167 - color contains mainly: blue. Hex color #A493A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493A7 is #5B6C58. Grayscale: #9A9A9A. Windows color (decimal): -5991513 or 10982308. OLE color: 10982308.

HSL color Cylindrical-coordinate representation of color #A493A7: hue angle of 291º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A493A7 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB164147167-
CMYK0.020.1200.35
HSL291º10.2%61.57%-
HSV(B)291º11.98%65.49%-
XYZ32.7231.5540.92-
YUV154.36135.13134.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=34.31%
G=30.75%
B=34.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641471670.020.1200.3529110.261.57
HexA493A72C023123a3e
Octal2442232472140434431276
Binary10100100100100111010011110110001000111001000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493A7; }

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

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

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

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

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

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

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

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