#A37CA1

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

Shades of London Hue #A37CA1

Tints of London Hue #A37CA1

Color information

#A37CA1 (or 0xA37CA1) is unknown color: approx London Hue. HEX triplet: A3, 7C and A1. RGB value is (163,124,161). Sum of RGB (Red+Green+Blue) = 163+124+161=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A37CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37CA1 is #5C835E. Grayscale: #8B8B8B. Windows color (decimal): -6062943 or 10583203. OLE color: 10583203.

HSL color Cylindrical-coordinate representation of color #A37CA1: hue angle of 303.08º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A37CA1 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB163124161-
CMYK00.240.010.36
HSL303.08º17.49%56.27%-
HSV(B)303.08º23.93%63.92%-
XYZ28.7424.7836.99-
YUV139.88139.92144.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 161 (63.28% from 255) = 35.94%
R=36.38%
G=27.68%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312416100.240.010.36303.0817.4956.27
HexA37CA101812412f1138
Octal2431742410301444572170
Binary10100011111110010100001011000110010010010111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CA1; }

 p { color: rgb(163,124,161); }

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

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

 a { background-color: rgb(163,124,161); }

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

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

 span { border-color: rgb(163,124,161); }

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