#A493A0

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

Shades of London Hue #A493A0

Tints of London Hue #A493A0

Color information

#A493A0 (or 0xA493A0) is unknown color: approx London Hue. HEX triplet: A4, 93 and A0. RGB value is (164,147,160). Sum of RGB (Red+Green+Blue) = 164+147+160=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A493A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A493A0 is #5B6C5F. Grayscale: #999999. Windows color (decimal): -5991520 or 10523556. OLE color: 10523556.

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

Color convert

RGB164147160-
CMYK00.100.020.36
HSL314.12º8.54%60.98%-
HSV(B)314.12º10.37%64.31%-
XYZ32.0931.337.61-
YUV153.56131.63135.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 160 (62.89% from 255) = 33.97%
R=34.82%
G=31.21%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414716000.100.020.36314.128.5460.98
HexA493A00A22413a93d
Octal2442232400122444721175
Binary10100100100100111010000001010101001001001110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A493A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A493A0; }

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

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

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

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

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

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

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

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