#A37EC1

Color #A37EC1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A37EC1

Tints of East Side #A37EC1

Color information

#A37EC1 (or 0xA37EC1) is unknown color: approx East Side. HEX triplet: A3, 7E and C1. RGB value is (163,126,193). Sum of RGB (Red+Green+Blue) = 163+126+193=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #A37EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EC1 is #5C813E. Grayscale: #909090. Windows color (decimal): -6062399 or 12680867. OLE color: 12680867.

HSL color Cylindrical-coordinate representation of color #A37EC1: hue angle of 273.13º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A37EC1 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163126193-
CMYK0.160.3500.24
HSL273.13º35.08%62.55%-
HSV(B)273.13º34.72%75.69%-
XYZ32.1926.5653.88-
YUV144.7155.26141.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=33.82%
G=26.14%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631261930.160.3500.24273.1335.0862.55
HexA37EC11023018111233f
Octal24317630120430304214377
Binary1010001111111101100000110000100011011000100010001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37EC1; }

 p { color: rgb(163,126,193); }

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

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

 a { background-color: rgb(163,126,193); }

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

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

 span { border-color: rgb(163,126,193); }

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