#A393A0

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

Shades of London Hue #A393A0

Tints of London Hue #A393A0

Color information

#A393A0 (or 0xA393A0) is unknown color: approx London Hue. HEX triplet: A3, 93 and A0. RGB value is (163,147,160). Sum of RGB (Red+Green+Blue) = 163+147+160=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 163 - color contains mainly: red. Hex color #A393A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A393A0 is #5C6C5F. Grayscale: #999999. Windows color (decimal): -6057056 or 10523555. OLE color: 10523555.

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

Color convert

RGB163147160-
CMYK00.100.020.36
HSL311.25º8%60.78%-
HSV(B)311.25º9.82%63.92%-
XYZ31.8831.1937.6-
YUV153.27131.8134.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=34.68%
G=31.28%
B=34.04%

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
Decimal16314716000.100.020.36311.25860.78
HexA393A00A22413783d
Octal2432232400122444671075
Binary10100011100100111010000001010101001001001101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A393A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A393A0; }

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

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

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

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

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

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

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

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