#A391A0

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

Shades of London Hue #A391A0

Tints of London Hue #A391A0

Color information

#A391A0 (or 0xA391A0) is unknown color: approx London Hue. HEX triplet: A3, 91 and A0. RGB value is (163,145,160). Sum of RGB (Red+Green+Blue) = 163+145+160=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 163 - color contains mainly: red. Hex color #A391A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A391A0 is #5C6E5F. Grayscale: #989898. Windows color (decimal): -6057568 or 10523043. OLE color: 10523043.

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

Color convert

RGB163145160-
CMYK00.110.020.36
HSL310º8.91%60.39%-
HSV(B)310º11.04%63.92%-
XYZ31.5730.5837.5-
YUV152.09132.46135.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=34.83%
G=30.98%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314516000.110.020.363108.9160.39
HexA391A00B22413693c
Octal2432212400132444661174
Binary10100011100100011010000001011101001001001101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391A0; }

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

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

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

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

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

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

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

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