#A37CBA

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

Shades of East Side #A37CBA

Tints of East Side #A37CBA

Color information

#A37CBA (or 0xA37CBA) is unknown color: approx East Side. HEX triplet: A3, 7C and BA. RGB value is (163,124,186). Sum of RGB (Red+Green+Blue) = 163+124+186=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #A37CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37CBA is #5C8345. Grayscale: #8E8E8E. Windows color (decimal): -6062918 or 12221603. OLE color: 12221603.

HSL color Cylindrical-coordinate representation of color #A37CBA: hue angle of 277.74º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A37CBA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163124186-
CMYK0.120.3300.27
HSL277.74º31%60.78%-
HSV(B)277.74º33.33%72.94%-
XYZ31.1725.7549.78-
YUV142.73152.42142.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=34.46%
G=26.22%
B=39.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631241860.120.3300.27277.743160.78
HexA37CBAC2101B1161f3d
Octal24317427214410334263775
Binary10100011111110010111010110010000101101110001011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37CBA; }

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

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

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

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

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

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

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

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