#A37FBA

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

Shades of East Side #A37FBA

Tints of East Side #A37FBA

Color information

#A37FBA (or 0xA37FBA) is unknown color: approx East Side. HEX triplet: A3, 7F and BA. RGB value is (163,127,186). Sum of RGB (Red+Green+Blue) = 163+127+186=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #A37FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FBA is #5C8045. Grayscale: #909090. Windows color (decimal): -6062150 or 12222371. OLE color: 12222371.

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

Color convert

RGB163127186-
CMYK0.120.3200.27
HSL276.61º29.95%61.37%-
HSV(B)276.61º31.72%72.94%-
XYZ31.5626.5149.91-
YUV144.49151.43141.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=34.24%
G=26.68%
B=39.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631271860.120.3200.27276.6129.9561.37
HexA37FBAC2001B1151e3d
Octal24317727214400334253675
Binary10100011111111110111010110010000001101110001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37FBA; }

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

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

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

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

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

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

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

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